Re: Mmm.
- From: Federico Mena Quintero <federico redhat com>
- To: al584493 mail mty itesm mx
- CC: gnome-devel-list gnome org
- Subject: Re: Mmm.
- Date: Wed, 3 Nov 1999 14:32:10 -0500
> how can I ask a widget weather its visible or not?
To test if the widget is hidden/shown (a la gtk_widget_{hide,show}()):
GTK_WIDGET_VISIBLE (widget)
To test if the widget is visible on the screen (i.e. shown *and* mapped):
GTK_WIDGET_DRAWABLE (widget)
Federico
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]