Searched refs:descriptions (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/widgets/
H A Dege-adjustment-action.cpp115 GList* descriptions; member in struct:_EgeAdjustmentActionPrivate
272 action->private_data->descriptions = 0;
518 if ( action->private_data->descriptions ) {
519 g_list_foreach( action->private_data->descriptions, egeAct_free_description, 0 );
520 g_list_free( action->private_data->descriptions );
521 action->private_data->descriptions = 0;
543 void ege_adjustment_action_set_descriptions( EgeAdjustmentAction* action, gchar const** descriptions, gdouble const* values, guint count ) argument
549 if ( count && descriptions && values ) {
553 descr->descr = descriptions[i] ? g_strdup( descriptions[
662 flush_explicit_items( GList* descriptions, GCallback toggleCb, int val, GtkWidget* menu, EgeAdjustmentAction* act, GtkWidget** dst, GSList** group, gdouble num ) argument
[all...]
H A Dege-adjustment-action.h169 * @param descriptions Array of descriptions to include.
172 * Values will be matched one-for-one with numbers in the 'descriptions' array.
173 * @param count Number of items in the 'descriptions' and 'values' arrays.
175 void ege_adjustment_action_set_descriptions( EgeAdjustmentAction* action, gchar const** descriptions, gdouble const* values, guint count );

Completed in 29 milliseconds