Ok: now is clear !
Thank you :)

                                                                                       
                  
                      Sven Neumann                                                     
                  
                      <[EMAIL PROTECTED]>          To:       Lorenzo Zampese/Electrolux 
Professional         
                      Sent by: Sven             S.P.A./Italy/Electrolux 
Group@Electrolux                 
                      Neumann                  cc:       [EMAIL PROTECTED]            
                  
                      <[EMAIL PROTECTED]        Subject:  Re: Gtk execution question    
                  
                      rgence.de>                                                       
                  
                                                                                       
                  
                                                                                       
                  
                      12/11/2002 17:42                                                 
                  
                                                                                       
                  
                                                                                       
                  




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 need to stop the GTK execution !

you should never stop the gtk+ execution or block the main loop. If
necessary you can use nested main loops but I don't think you need
to do that here.

> But GTK shows the "file selection dialog" and the "window" without
> waiting OK button is pressed :(

if you call gtk_widget_show() from the "clicked" signal handler (it's
not an event!), how can it be shown earlier?


Salut, Sven





_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to