gtkWindowGetTitle {RGtk2}R Documentation

gtkWindowGetTitle

Description

Retrieves the title of the window. See gtkWindowSetTitle.

Usage

gtkWindowGetTitle(object)

Arguments

object [GtkWindow] a GtkWindow

Value

[character] the title of the window, or NULL if none has been set explicitely.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]