Re: GTK app with no keyboard/mouse

2005-02-24 Thread Olexiy Avramchenko
Marc Santhoff wrote: According to some postings on this list, some people tried to synthesize GDK events from their code and failed. What exactly did you try to do ? I use gdk_event_put to simulate keyboard events from GIOChannel that reads data from keyboard on serial port. Works well (maybe my

Re: Setting ComboBox Uneditable

2005-02-24 Thread Carlo Agrusti
Andy Grebe ha scritto lo scorso 22/02/2005 13:44: Hi, I'm trying to make the combo box uneditable. It looks like it would have a GtkEntry as part of the struct, but I can't seem to find it in the header to set that uneditable. GtkComboBox *does not* have an editable entry, so there is no need

newbie needs snippet : how to obtain a string from the user in a dialog

2005-02-24 Thread ronald
Hi all, Forgive me but I am an cut paste type cobbler. I am trying to make a GTK frontend for an FM tuner (included in my TV card) I have a working ncurses/C program and I want to exercise the brain by fitting it with a GTK front instead (also in C) So far I used glade and populated the

Re: Blocking signals

2005-02-24 Thread Hazael Maldonado Torres
-Original Message- From: Luca Cappa [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 10:56 AM To: Prewitt, Nathan C ERDC-ITL-MS Contractor Subject: Re: Blocking signals Hello Nathan, if in your case a set_value call trigs another set_value call, as

Re: Blocking signals

2005-02-24 Thread Hazael Maldonado Torres
-Original Message- From: Luca Cappa [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 10:56 AM To: Prewitt, Nathan C ERDC-ITL-MS Contractor Subject: Re: Blocking signals Hello Nathan, if in your case a set_value call trigs another set_value call, as