[gtkmm] how to set appended Notebook page active?



Hi!

When I append a second VBox to my notebook with
m_Notebook.append_page(*VBoxRight, notebookTabName);

the first notebook page is still displayed active.

I´ve tried
m_Notebook.set_current_page(1); // activate 2nd
but it has no effect.

Can somebody help?


TIA,
Andi




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]