On Tue, 2010-10-19 at 22:43 -0700, Chun Yang wrote: > Hi Murray & Ian, > > The stabl version works. Thank you so much for your help. > > I did a diff and here are diff results(back ones are from stable): > [c...@localhost notebook]$ diff inc/examplewindow.h > back/examplewindow.h > 15c15 > < void on_notebook_switch_page(Gtk::Widget* page, guint page_num); > --- > > void on_notebook_switch_page(GtkNotebookPage* page, guint > page_num); > [c...@localhost notebook]$ > [c...@localhost notebook]$ diff src/examplewindow.cpp > back/examplewindow.cpp > 44c44 > < void ExampleWindow::on_notebook_switch_page(Gtk::Widget* /* page */, > guint page_num) > --- > > void ExampleWindow::on_notebook_switch_page(GtkNotebookPage* /* page > */, guint page_num) > [c...@localhost notebook]$
Yes, that API has changed in gtkmm 3. -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
