in reply to
Gtk3 notebook, append a page from a signal
You need a
$notebook->show_all;
after you append it. Note that that will *not* change to the tab - you'll have to add the code for that as well.
Comment on
Re: Gtk3 notebook, append a page from a signal
Download
Code
In Section
Seekers of Perl Wisdom