Function
RBcombo_box_hyphen_separator_func
Declaration [src]
gboolean
rb_combo_box_hyphen_separator_func (
GtkTreeModel* model,
GtkTreeIter* iter,
gpointer data
)
Description [src]
A row separator function to use for GtkComboBox widgets. It expects the model to contain a string in its first column, and interprets a string containing a single hyphen character as a separator.
Parameters
model-
Type:
GtkTreeModelA
GtkTreeModel.The data is owned by the caller of the function. iter-
Type:
GtkTreeIterA
GtkTreeIter.The data is owned by the caller of the function. data-
Type:
gpointerNothing.
The argument can be NULL.The data is owned by the caller of the function.