Method

GdkSurfaceget_mapped

Declaration [src]

gboolean
gdk_surface_get_mapped (
  GdkSurface* surface
)

Description [src]

Checks whether the surface has been mapped.

A surface is mapped with gdk_toplevel_present() or gdk_popup_present().

Gets propertyGdk.Surface:mapped

Return value

Type: gboolean

TRUE if the surface is mapped.