Method

GdkWindowis_viewable

Declaration [src]

gboolean
gdk_window_is_viewable (
  GdkWindow* window
)

Description [src]

Check if the window and all ancestors of the window are mapped. (This is not necessarily “viewable” in the X sense, since we only check as far as we have GDK window parents, not to the root window.)

Return value

Type: gboolean

TRUE if the window is viewable.