gtkComboBoxGetTitle {RGtk2}R Documentation

gtkComboBoxGetTitle

Description

Gets the current title of the menu in tearoff mode. See gtkComboBoxSetAddTearoffs.

Usage

gtkComboBoxGetTitle(object)

Arguments

object

a GtkComboBox

Details

Since 2.10

Value

[character] the menu's title in tearoff mode. This is an internal copy of the string which must not be freed.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]