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

/inkscape/src/widgets/
H A Dpencil-toolbar.cpp91 static void sp_add_freehand_mode_toggle(GtkActionGroup* mainActions, GObject* holder, bool tool_is_pencil) argument
96 guint freehandMode = prefs->getInt(( tool_is_pencil ? "/tools/freehand/pencil/freehand-mode" : "/tools/freehand/pen/freehand-mode" ), 0);
122 if (!tool_is_pencil) {
138 EgeSelectOneAction* act = ege_select_one_action_new(tool_is_pencil ?
187 static void freehand_add_advanced_shape_options(GtkActionGroup* mainActions, GObject* holder, bool tool_is_pencil) argument
206 tool_is_pencil ? "SetPencilShapeAction" : "SetPenShapeAction",
210 ege_select_one_action_set_active( act1, prefs->getInt(( tool_is_pencil ? "/tools/freehand/pencil/shape" : "/tools/freehand/pen/shape" ), 0) );

Completed in 11 milliseconds