gtkComboBoxGetActiveText {RGtk2}R Documentation

gtkComboBoxGetActiveText

Description

Returns the currently active string in combo.box or NULL if none is selected. Note that you can only use this function with combo boxes constructed with gtkComboBoxNewText and with GtkComboBoxEntrys.

Usage

gtkComboBoxGetActiveText(object)

Arguments

object [GtkComboBox] A GtkComboBox constructed with gtkComboBoxNewText

Details

Since 2.6

Value

[character] a newly allocated string containing the currently active text.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]