2007/10/9, Søren Juul <[EMAIL PROTECTED]>:
>
> Thats weird the code below doesn't work for me
>
> hbox = new HBox();
> hbox.HideAll();
> testlabel = new Label("mm test");
> hbox.PackStart(testlabel);
> hbox.Visible = false;


Are you sure you're not calling ShowAll() on one of the parent widgets?
(Widgets are hidden until explicitly shown, so there's got to be a ShowAll()
call somewhere...)

Eskil
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to