in reply to Grab Config Setting When clicking on Notebook Tab

when the user clicks the tabs in the notebook or when they click somewhere else.

That's pretty vague. In Gtk2, you need to connect to events or signals for the widgets. Read "perldoc Gtk2::Notebook" and look for the SIGNALS section. Then you do a $notebook->signal_connect( switch_page=> \&your_callback, $your_data);


I'm not really a human, but I play one on earth. Cogito ergo sum a bum
  • Comment on Re: Grab Config Setting When clicking on Notebook Tab