Re: [gtkmm] how to set appended Notebook page active?



On Tue, Jan 27, 2004 at 10:19:21AM +0100, Andreas B. Thun wrote:
> 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?

Andi,

have you tried 

	m_Notebook.set_current_page(*VBoxRight)  ?

-Vlad


-- 
______________________________________________________
Vladislav Grinchenko    e-mail (w): vgrinche integ com
Software Engineer            (h): 3rdshift comcast net
Integral Systems, Inc.

   Focus on quality, and productivity will follow.
______________________________________________________



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