Date: Thu, 11 Apr 2002 15:00:51 +0200 From: Maxence Guesdon To: lablgtk at kaba.or.jp Subject: Re: GtkWidgetFlags ? Message-Id: <20020411150051.47e88dff.maxence.guesdon at inria.fr> Organization: INRIA Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 11 Apr 2002 14:40:03 +0200 Olivier Andrieu wrote: > Hi, > > Is there a way in LablGTK to get/set widget flags such as GTK_MAPPED, > GTK_VISIBLE, GTK_SENSITIVE, etc ? Are these flags related to the set_sensitive, hide/show methods of the GObj.misc_ops class ? If so, you can do : your_widget#misc#set_sensitive false/true; your_widget#misc#hide() your_widget#misc#show() About map, i don't know. Maxence