Searched defs:separator_func (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/widgets/
H A Dink-comboboxentry-action.h50 gpointer separator_func; member in struct:_Ink_ComboBoxEntry_Action
83 gpointer separator_func = NULL,
H A Dink-comboboxentry-action.cpp115 action->separator_func = g_value_get_pointer( value );
164 g_value_set_pointer (value, action->separator_func);
263 g_param_spec_pointer ("separator_func",
331 void *separator_func,
345 "separator_func", separator_func,
394 if( ink_comboboxentry_action->separator_func != NULL ) {
396 GtkTreeViewRowSeparatorFunc (ink_comboboxentry_action->separator_func),
323 ink_comboboxentry_action_new(const gchar *name, const gchar *label, const gchar *tooltip, const gchar *stock_id, GtkTreeModel *model, gint entry_width, gint extra_width, void *cell_data_func, void *separator_func, GtkWidget *focusWidget) argument

Completed in 15 milliseconds