Re: [gtk-list] notebooks



I haven't tried but here's a suggestion:


notebook = gtk_notebook_new ();
gtk_widget_realize (notebook);
...
...
notebook1 = gtk_notebook_new ();
gtk_widget_realize (notebook1);
...
...
gtk_notebook_append_page (GTK_NOTEBOOK (notebook), notebook1, 
somelabel);




create and realize both notebooks, then append one as a page
of the other.


Nwanua.




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