Hi all,
I have a program in which I call gtk_toggle_button_set_active to
enable a check box based on a previously set variable when a dialog
box is created. I've set up a "toggled" event handler that will print
out a message to console. The docs state that
gtk_toggle_button_set_active will always e
I discovered that an event box can do this. Maybe this is obvious to old
hands.
John Boncek
--
View this message in context:
http://old.nabble.com/receiving-clicks-on-a-hierarchy-of-widgets-tp30761621p30765868.html
Sent from the Gtk+ - Apps Dev mailing list archive at Nabble.com.
__