Re: Mmm.



>  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]