Searched defs:shortLabel (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/widgets/ |
H A D | toolbox.cpp | 1082 gchar const *label, gchar const *shortLabel, gchar const *tooltip, 1106 if ( shortLabel ) { 1107 g_object_set( act, "short_label", shortLabel, NULL ); 1081 create_adjustment_action( gchar const *name, gchar const *label, gchar const *shortLabel, gchar const *tooltip, Glib::ustring const &path, gdouble def, GtkWidget *focusTarget, GObject *dataKludge, gboolean altx, gchar const *altx_mark, gdouble lower, gdouble upper, gdouble step, gdouble page, gchar const** descrLabels, gdouble const* descrValues, guint descrCount, void (*callback)(GtkAdjustment *, GObject *), Inkscape::UI::Widget::UnitTracker *unit_tracker, gdouble climb , guint digits , double factor ) argument
|
Completed in 23 milliseconds