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

/inkscape/src/widgets/
H A Dink-comboboxentry-action.h49 gpointer cell_data_func; // drop-down menu format member in struct:_Ink_ComboBoxEntry_Action
82 gpointer cell_data_func = NULL,
H A Dink-comboboxentry-action.cpp111 action->cell_data_func = g_value_get_pointer( value );
160 g_value_set_pointer (value, action->cell_data_func);
255 g_param_spec_pointer ("cell_data_func",
330 void *cell_data_func,
344 "cell_data_func", cell_data_func,
405 if( ink_comboboxentry_action->cell_data_func != NULL ) {
410 GtkCellLayoutDataFunc (ink_comboboxentry_action->cell_data_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 13 milliseconds