Chris Ellec <[EMAIL PROTECTED]> writes:
> 
> How can I access the various Flags in the GtkWidgetFlags  ?
> 
> I'd like to see the status of HAS_FOCUS and VISIBLE in particular. I
> know it's like bit 8 and 12 or something like that, but how do I get
> the value to mask ?
> 

GTK_WIDGET_VISIBLE (widget)

GTK_WIDGET_HAS_FOCUS (widget)

Havoc

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to