Lines Matching defs:mainActions
91 static void sp_add_freehand_mode_toggle(GtkActionGroup* mainActions, GObject* holder, bool tool_is_pencil)
142 gtk_action_group_add_action( mainActions, GTK_ACTION(act) );
187 static void freehand_add_advanced_shape_options(GtkActionGroup* mainActions, GObject* holder, bool tool_is_pencil)
212 gtk_action_group_add_action( mainActions, GTK_ACTION(act1) );
217 void sp_pen_toolbox_prep(SPDesktop * /*desktop*/, GtkActionGroup* mainActions, GObject* holder)
219 sp_add_freehand_mode_toggle(mainActions, holder, false);
220 freehand_add_advanced_shape_options(mainActions, holder, false);
364 void sp_pencil_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder)
366 sp_add_freehand_mode_toggle(mainActions, holder, true);
387 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
391 freehand_add_advanced_shape_options(mainActions, holder, true);
401 gtk_action_group_add_action( mainActions, GTK_ACTION(inky) );
413 gtk_action_group_add_action( mainActions, GTK_ACTION(itact) );
423 gtk_action_group_add_action( mainActions, GTK_ACTION(inky) );