Method

Gdk.Toplevel.set_title

Declaration [src]

void
gdk_toplevel_set_title (
  GdkToplevel* toplevel,
  const char* title
)

Description [src]

Sets the title of a toplevel surface.

The title maybe be displayed in the titlebar, in lists of windows, etc.

Sets propertyGdk.Toplevel:title

Parameters

title const char*
 

title of surface

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string