gtkComboBoxSetRowSeparatorFunc {RGtk2} | R Documentation |
Sets the row separator function, which is used to determine
whether a row should be drawn as a separator. If the row separator
function is NULL
, no separators are drawn. This is the default value.
gtkComboBoxSetRowSeparatorFunc(object, func, data = NULL)
|
|
|
|
|
user data to pass to |
Since 2.6
Derived by RGtkGen from GTK+ documentation