On Wed, Nov 24, 2010 at 13:35, haratron <harat...@gmail.com> wrote:
> I'm having a problem with the visibility of some widgets packed into an hbox.
Use “show” and “hide”:
http://library.gnome.org/devel/gtk/stable/GtkWidget.html#gtk-widget-show
http://library.gnome.org/devel/gtk/stable/GtkWidget.html#gtk-widget-hide

> They don't show up, despite having their visible property set to 1.
Just by manipulating this property won't get you too far. Anyway, if
you're lucky enough to be using gtk >= 2.18, there's a “set_visible”
method that does what you expect:
http://library.gnome.org/devel/gtk/stable/GtkWidget.html#gtk-widget-set-visible
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to