[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
What Event if Window is not visible anymore
- From: Steffen Raach <Steffen raach de>
- To: gtk-app-devel-list redhat com
- Subject: What Event if Window is not visible anymore
- Date: Wed, 23 Feb 2000 17:55:08 +0100
Hi,
I am trying to start a function whenever a (Popup-)Window gets (partly)
invisible. I have tried
gtk_signal_connect(GTK_OBJECT(window),
"visibility_notify_event",
GTK_SIGNAL_FUNC(visibility_notify_event_cb),
NULL);
but I never get a call of:
static gint visibility_notify_event_cb(GtkWidget* window,
GdkEventVisibility* e, gpointer data)
Where is the problem?
Steffen
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]