[Gtk-sharp-list] Hide Box

Eskil Bylund eskil.bylund at gmail.com
Tue Oct 9 10:05:27 EDT 2007


2007/10/9, Søren Juul <zpon.dk at gmail.com>:
>
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20071009/bdb152b5/attachment-0001.html 


More information about the Gtk-sharp-list mailing list