Around about 11/26/01 07:44, thomas wong scribbled ...

>  I am wondering how to put multiple widgets into a  Notebook page. 
> I tried to pack two labels into a table. Then add the table widget into the notebook.
> When I run it the page is shown but contain nothing. The command prompt show a error

> ".... bin->child==NULL"

   That means that the requirement "child==NULL" is FALSE. 
I.e., there's a child.

   Notebook pages are like windows - they only take one child. 
You need to dump an h/vbox/table in the page for your widgets.

-- 
[neil@fnx ~]# rm -f .signature
[neil@fnx ~]# ls -l .signature
ls: .signature: No such file or directory
[neil@fnx ~]# exit

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to