Hi, IIRC, there is no such thing as GtkNotebookPage. You just have a GtkNotebook. You can use the function gtk_notebook_set_page(GtkNotebook*, page) to go to the desired page.
If you are working with GtkWidgets you should be looking under GTK+ documentation, instead of GTKmm. In Gtkmm, you will need to call Gtk::Notebook.set_current_page(int page), instead. -Nalin --- Andrea Spadaccini <[EMAIL PROTECTED]> wrote: > Hi everyone, > I need to handle the switch to a particular page in > a NoteBook, through > a signal handler, but I don't know how to use > GtkNotebookPage*.. Any > suggestions? I didn't find anything in gtkmm docs!! > > Thanks in advance, > > -- > [ Andrea Spadaccini - a.k.a. Lupino/Lupin85 - > Catania - ICQ#: 91528290 ] > [ GPG ID: 5D41ABF0 - key @ pgp.mit.edu - Slackware > 10.1 w/Linux 2.4.22 ] > [ Linux User # 313388 - MAIL: > a.spadaccini(at)catania(dot)linux(dot)it ] > [ Among the things I'm doing, I'm listening to: > Martika - TOY SOLDIERS ] > > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list > _______________________________________________________ Too much spam in your inbox? Yahoo! Mail gives you the best spam protection for FREE! http://in.mail.yahoo.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
