Re: widget visibility
- From: Marius Feraru <altblue gmail com>
- To: haratron <haratron gmail com>
- Cc: gtk-perl-list gnome org
- Subject: Re: widget visibility
- Date: Wed, 24 Nov 2010 19:33:15 +0200
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]