Thread
:
gtk/hildon: is there a signal for when the *window* gets focus
View Single Post
conny
2010-03-29 , 18:59
Posts: 654 | Thanked: 664 times | Joined on Feb 2009 @ Germany
#
4
Every property emits a signal whenever it's value is changed. The "notify::" part will do the trick. Try something like this:
Code:
g_signal_connect (win, "notify::is-topmost", G_CALLBACK(cb_func), NULL);
Quote & Reply
|
The Following 2 Users Say Thank You to conny For This Useful Post:
juise-
,
rambo
conny
View Public Profile
Send a private message to conny
Visit conny's homepage!
Find all posts by conny