Re: Notification Widget
- From: Mario Kemper <mario kemper googlemail com>
- To: Vikram Ambrose <noel ambrose gmail com>
- Cc: gtk-list gnome org
- Subject: Re: Notification Widget
- Date: Thu, 18 Mar 2010 02:14:17 +0100
> 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]