Re: [gtk-list] notebooks
- From: Nwanua Elumeze <nwanua makaha colorado edu>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] notebooks
- Date: Tue, 14 Jul 1998 00:10:47 -0600 (MDT)
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]