Re: widget visibility



On Wed, Nov 24, 2010 at 13:35, haratron <haratron 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]