Method

GdkToplevelset_deletable

Declaration [src]

void
gdk_toplevel_set_deletable (
  GdkToplevel* toplevel,
  gboolean deletable
)

Description [src]

Sets the toplevel to be deletable.

Setting deletable to TRUE hints the desktop environment that it should offer the user a way to close the surface.

Sets propertyGdk.Toplevel:deletable

Parameters

deletable

Type: gboolean

TRUE to request a delete button.