> 3. If the user moves the main application's TOPLEVEL window, the 
> notification window does not move with it. I have set 
> gtk_window_set_transient_for() . How do I get the notification's 
> TOPLEVEL window to move with the main application's TOPLEVEL window? 


You should connect a callback to the 'configure-event' signal on the
main application's TOPLEVEL window:
http://library.gnome.org/devel/gtk/unstable/GtkWidget.html#GtkWidget-configure-event

In the callback you can move the notification window accordingly.

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

Reply via email to