Gtk execution question

2002-11-12 Thread lorenzo . zampese
How do I make a sort of wait which test a variable value, for continuing normal gtk execution ? For example : - void HANDLER_file_select_button_ok( GtkWidget *w, GtkFileSelection *fs ) {

Re: Gtk execution question

2002-11-12 Thread Sven Neumann
Hi, [EMAIL PROTECTED] writes: (e.g. in the handler function I will change 'my_test_variable' into 0 when the ok button is pressed). When 'my_test_variable' changes value GTK should go on and making 'window' How can obtain this kind of behavior ? what about connecting to the clicked signal

Re: Gtk execution question

2002-11-12 Thread lorenzo . zampese
PROTECTED] [EMAIL PROTECTED]Subject: Re: Gtk execution question rgence.de

Re: Gtk execution question

2002-11-12 Thread Jamie Guinan
On Tue, 12 Nov 2002 [EMAIL PROTECTED] wrote: How do I make a sort of wait which test a variable value, for continuing normal gtk execution ? For example : - void HANDLER_file_select_button_ok( GtkWidget *w,

Re: Gtk execution question

2002-11-12 Thread Sven Neumann
Hi, [EMAIL PROTECTED] writes: Maybe I was not clear in my previous message : I connect the clicked event as shown in the code, but my problem is I don't want to show the file selection dialog and window togheter. I wish to show the window only when the ok button is pressed ! To do this a

Re: Gtk execution question

2002-11-12 Thread lorenzo . zampese
by: cc: [EMAIL PROTECTED] gtk-list-admin@gnSubject: Re: Gtk execution question ome.org

Re: Gtk execution question

2002-11-12 Thread lorenzo . zampese
] [EMAIL PROTECTED]Subject: Re: Gtk execution question rgence.de