Method

GdkWindowis_visible

Declaration [src]

gboolean
gdk_window_is_visible (
  GdkWindow* window
)

Description [src]

Checks whether the window has been mapped (with gdk_window_show() or gdk_window_show_unraised()).

Return value

Type: gboolean

TRUE if the window is mapped.