Method
GtkComboBoxset_row_separator_func
since: 2.6
Declaration [src]
void
gtk_combo_box_set_row_separator_func (
GtkComboBox* combo_box,
GtkTreeViewRowSeparatorFunc func,
gpointer data,
GDestroyNotify destroy
)
Description [src]
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.
Available since: 2.6
Parameters
func-
Type:
GtkTreeViewRowSeparatorFuncA
GtkTreeViewRowSeparatorFunc. data-
Type:
gpointerUser data to pass to
func, orNULL.The argument can be NULL.The data is owned by the caller of the method. destroy-
Type:
GDestroyNotifyDestroy notifier for
data, orNULL.The argument can be NULL.