View Single Post
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);
 

The Following 2 Users Say Thank You to conny For This Useful Post: