gtkComboBoxSetWrapWidth {RGtk2} | R Documentation |
Sets the wrap width of combo.box
to be width
. The wrap width is basically
the preferred number of columns when you want the popup to be layed out
in a table.
gtkComboBoxSetWrapWidth(object, width)
|
[GtkComboBox ] A GtkComboBox |
|
[integer] Preferred number of columns |
Since 2.4
Derived by RGtkGen from GTK+ documentation