Possible Error in Programming with gtkmm



In the section on the notebook widget
(http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/sec-multi-item-containers.html)
the following text appears.

"To programmatically change the selected page, use the set_page() method. "

Unless I am mistaken, there is no set_page() method, but instead, void
Gtk::Notebook::set_current_page ( int  page_num  )

Jason


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