Method

GdkWindowset_title

Declaration [src]

void
gdk_window_set_title (
  GdkWindow* window,
  const gchar* title
)

Description [src]

Sets the title of a toplevel window, to be displayed in the titlebar. If you haven’t explicitly set the icon name for the window (using gdk_window_set_icon_name()), the icon name will be set to title as well. title must be in UTF-8 encoding (as with all user-readable strings in GDK/GTK+). title may not be NULL.

Parameters

title

Type: const gchar*

Title of window.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.