Hi.
I know I'm coming late to this party, but if you're packing the button into
the
tab, it's a child of that notebook page. Can't you retrieve the page you're
on
by simply calling gtk_notebook_page_num () with the button passed in as the
child during the button's clicked signal handler?
Hi,
I have a custom widget I've created which uses widgets from a 3rd
party library. When I use gtk_widget_set_sensitive(my_widget, FALSE),
some of the widgets from the other library remain sensitive.
Is this a bug in the 3rd party library?
Or should I be using a callback to handle the "state-ch