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

/inkscape/src/widgets/
H A Dcalligraphy-toolbar.cpp185 GtkAction * calligraphy_angle = static_cast<GtkAction *> (g_object_get_data(tbl,"angle_action")); local
186 if (calligraphy_angle ) {
187 gtk_action_set_sensitive( calligraphy_angle, !gtk_toggle_action_get_active( act ) );
423 EgeAdjustmentAction* calligraphy_angle = 0; local
473 calligraphy_angle = eact;
599 gtk_action_set_sensitive( GTK_ACTION(calligraphy_angle), !prefs->getBool("/tools/calligraphic/usetilt", true) );

Completed in 14 milliseconds