Re: Children and precedence.

2005-09-22 Thread Gian Mario Tagliaretti
2005/9/22, oracle nine <[EMAIL PROTECTED]>:
> Is it possible to make a child window stay top level?

Have a look at:

http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-modal
http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-transient-for

cheers
--
Gian Mario Tagliaretti
PyGTK GUI programming
http://www.parafernalia.org/pygtk/
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Children and precedence.

2005-09-22 Thread oracle nine
Is it possible to make a child window stay top level? I want the main 
window to be deactivated while certain child dialogs are open. I 
achieved this by using gtk_widget_set_sensitive(). Unfortunatly, If the 
user mistakenly clicks the screen out side of the dialog window, the 
parent window comes foreward covering the dialog. All input with this 
application will come from a touchscreen device... plus, I would not 
expect the user base to think of alt-tab .. also the program will run 
full screen without a window manager.. thus there will be no task bar 
unless I design one.


Thanks .
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list