gtkComboBoxGetWrapWidth {RGtk2}R Documentation

gtkComboBoxGetWrapWidth

Description

Returns the wrap width which is used to determine the number of columns for the popup menu. If the wrap width is larger than 1, the combo box is in table mode.

Usage

gtkComboBoxGetWrapWidth(object)

Arguments

object [GtkComboBox] A GtkComboBox

Details

Since 2.6

Value

[integer] the wrap width.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]