Searched defs:eact (Results 1 - 18 of 18) sorted by relevance

/inkscape/src/widgets/
H A Deraser-toolbar.cpp153 EgeAdjustmentAction *eact = create_adjustment_action( "EraserWidthAction", local
161 ege_adjustment_action_set_appearance( eact, TOOLBAR_SLIDER_HINT );
162 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
163 g_object_set_data( holder, "width", eact );
164 gtk_action_set_sensitive( GTK_ACTION(eact), TRUE );
170 EgeAdjustmentAction* eact = create_adjustment_action( "EraserMassAction", local
178 ege_adjustment_action_set_appearance( eact, TOOLBAR_SLIDER_HINT );
179 g_object_set_data( holder, "mass", eact );
180 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
181 gtk_action_set_sensitive( GTK_ACTION(eact), TRU
[all...]
H A Dmeasure-toolbar.cpp268 EgeAdjustmentAction *eact = 0; local
273 eact = create_adjustment_action( "MeasureFontSizeAction",
281 gtk_action_group_add_action( mainActions, GTK_ACTION(eact));
301 eact = create_adjustment_action( "MeasurePrecisionAction",
309 gtk_action_group_add_action( mainActions, GTK_ACTION(eact));
314 eact = create_adjustment_action( "MeasureScaleAction",
322 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
327 eact = create_adjustment_action( "MeasureOffsetAction",
335 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
H A Dpaintbucket-toolbar.cpp118 EgeAdjustmentAction* eact = 0; local
145 eact = create_adjustment_action(
154 ege_adjustment_action_set_appearance( eact, TOOLBAR_SLIDER_HINT );
155 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
173 eact = create_adjustment_action(
181 tracker->addAdjustment( ege_adjustment_action_get_adjustment(eact) );
183 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
H A Dspiral-toolbar.cpp230 EgeAdjustmentAction* eact = 0; local
244 eact = create_adjustment_action( "SpiralRevolutionAction",
251 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
258 eact = create_adjustment_action( "SpiralExpansionAction",
265 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
272 eact = create_adjustment_action( "SpiralT0Action",
279 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
H A Dtweak-toolbar.cpp127 EgeAdjustmentAction *eact = create_adjustment_action( "TweakWidthAction", local
134 ege_adjustment_action_set_appearance( eact, TOOLBAR_SLIDER_HINT );
135 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
136 gtk_action_set_sensitive( GTK_ACTION(eact), TRUE );
144 EgeAdjustmentAction *eact = create_adjustment_action( "TweakForceAction", local
151 ege_adjustment_action_set_appearance( eact, TOOLBAR_SLIDER_HINT );
152 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
153 gtk_action_set_sensitive( GTK_ACTION(eact), TRUE );
352 EgeAdjustmentAction *eact = create_adjustment_action( "TweakFidelityAction", local
360 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
[all...]
H A Darc-toolbar.cpp305 EgeAdjustmentAction* eact = 0; local
318 eact = create_adjustment_action( "ArcStartAction",
326 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
331 eact = create_adjustment_action( "ArcEndAction",
339 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
H A Dbox3d-toolbar.cpp289 EgeAdjustmentAction* eact = 0; local
301 eact = create_adjustment_action( "3DBoxAngleXAction",
310 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
311 g_object_set_data( holder, "box3d_angle_x_action", eact );
312 box3d_angle_x = eact;
316 gtk_action_set_sensitive( GTK_ACTION(eact), TRUE );
318 gtk_action_set_sensitive( GTK_ACTION(eact), FALSE );
341 eact = create_adjustment_action( "3DBoxAngleYAction",
350 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
351 g_object_set_data( holder, "box3d_angle_y_action", eact );
[all...]
H A Dcalligraphy-toolbar.cpp429 EgeAdjustmentAction *eact = create_adjustment_action( "CalligraphyWidthAction", local
437 ege_adjustment_action_set_appearance( eact, TOOLBAR_SLIDER_HINT );
438 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
439 gtk_action_set_sensitive( GTK_ACTION(eact), TRUE );
446 EgeAdjustmentAction* eact = create_adjustment_action( "ThinningAction", local
454 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
455 gtk_action_set_sensitive( GTK_ACTION(eact), TRUE );
462 EgeAdjustmentAction* eact = create_adjustment_action( "AngleAction", local
470 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
471 g_object_set_data( holder, "angle_action", eact );
480 EgeAdjustmentAction* eact = create_adjustment_action( "FixationAction", local
497 EgeAdjustmentAction* eact = create_adjustment_action( "CapRoundingAction", local
513 EgeAdjustmentAction* eact = create_adjustment_action( "TremorAction", local
531 EgeAdjustmentAction* eact = create_adjustment_action( "WiggleAction", local
548 EgeAdjustmentAction* eact = create_adjustment_action( "MassAction", local
[all...]
H A Dconnector-toolbar.cpp340 EgeAdjustmentAction* eact = 0; local
342 eact = create_adjustment_action( "ConnectorCurvatureAction",
350 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
353 eact = create_adjustment_action( "ConnectorSpacingAction",
361 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
375 eact = create_adjustment_action( "ConnectorLengthAction",
383 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
H A Dmesh-toolbar.cpp371 EgeAdjustmentAction* eact = 0; local
438 eact = create_adjustment_action( "MeshRowAction",
446 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
447 gtk_action_set_sensitive( GTK_ACTION(eact), TRUE );
454 eact = create_adjustment_action( "MeshColumnAction",
462 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
463 gtk_action_set_sensitive( GTK_ACTION(eact), TRUE );
H A Dpencil-toolbar.cpp368 EgeAdjustmentAction* eact = 0; local
374 eact = create_adjustment_action( "PencilToleranceAction",
386 ege_adjustment_action_set_appearance( eact, TOOLBAR_SLIDER_HINT );
387 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
H A Drect-toolbar.cpp295 EgeAdjustmentAction* eact = 0; local
316 eact = create_adjustment_action( "RectWidthAction",
323 tracker->addAdjustment( ege_adjustment_action_get_adjustment(eact) );
324 g_object_set_data( holder, "width_action", eact );
325 gtk_action_set_sensitive( GTK_ACTION(eact), FALSE );
326 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
333 eact = create_adjustment_action( "RectHeightAction",
340 tracker->addAdjustment( ege_adjustment_action_get_adjustment(eact) );
341 g_object_set_data( holder, "height_action", eact );
342 gtk_action_set_sensitive( GTK_ACTION(eact), FALS
[all...]
H A Dspray-toolbar.cpp296 EgeAdjustmentAction *eact = create_adjustment_action( "SprayWidthAction", local
303 ege_adjustment_action_set_appearance( eact, TOOLBAR_SLIDER_HINT );
304 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
305 gtk_action_set_sensitive( GTK_ACTION(eact), true );
325 EgeAdjustmentAction *eact = create_adjustment_action( "SprayMeanAction", local
332 ege_adjustment_action_set_appearance( eact, TOOLBAR_SLIDER_HINT );
333 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
334 gtk_action_set_sensitive( GTK_ACTION(eact), true );
341 EgeAdjustmentAction *eact = create_adjustment_action( "SprayStandard_deviationAction", local
348 ege_adjustment_action_set_appearance( eact, TOOLBAR_SLIDER_HIN
410 EgeAdjustmentAction *eact = create_adjustment_action( "SprayPopulationAction", local
440 EgeAdjustmentAction *eact = create_adjustment_action( "SprayRotationAction", local
458 EgeAdjustmentAction *eact = create_adjustment_action( "SprayScaleAction", local
607 EgeAdjustmentAction *eact = create_adjustment_action( "SprayToolOffsetAction", local
[all...]
H A Dstar-toolbar.cpp451 EgeAdjustmentAction* eact = 0; local
493 eact = create_adjustment_action( "MagnitudeAction",
501 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
502 gtk_action_set_sensitive( GTK_ACTION(eact), TRUE );
509 eact = create_adjustment_action( "SpokeAction",
519 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
520 g_object_set_data( holder, "prop_action", eact );
524 gtk_action_set_visible( GTK_ACTION(eact), TRUE );
526 gtk_action_set_visible( GTK_ACTION(eact), FALSE );
533 eact
[all...]
H A Dnode-toolbar.cpp577 EgeAdjustmentAction* eact = 0; local
580 eact = create_adjustment_action( "NodeXAction",
587 tracker->addAdjustment( ege_adjustment_action_get_adjustment(eact) );
588 g_object_set_data( holder, "nodes_x_action", eact );
589 gtk_action_set_sensitive( GTK_ACTION(eact), FALSE );
590 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
595 EgeAdjustmentAction* eact = 0; local
598 eact = create_adjustment_action( "NodeYAction",
605 tracker->addAdjustment( ege_adjustment_action_get_adjustment(eact) );
606 g_object_set_data( holder, "nodes_y_action", eact );
[all...]
H A Dselect-toolbar.cpp435 EgeAdjustmentAction* eact = 0; local
439 eact = create_adjustment_action(
455 gtk_action_group_add_action( selectionActions, GTK_ACTION(eact) );
456 contextActions->push_back( GTK_ACTION(eact) );
458 eact = create_adjustment_action(
474 gtk_action_group_add_action( selectionActions, GTK_ACTION(eact) );
475 contextActions->push_back( GTK_ACTION(eact) );
477 eact = create_adjustment_action(
493 gtk_action_group_add_action( selectionActions, GTK_ACTION(eact) );
494 contextActions->push_back( GTK_ACTION(eact) );
[all...]
H A Dgradient-toolbar.cpp1157 EgeAdjustmentAction* eact = 0; local
1158 eact = create_adjustment_action( "GradientEditOffsetAction",
1168 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
1169 g_object_set_data( holder, "offset_action", eact );
1170 gtk_action_set_sensitive( GTK_ACTION(eact), FALSE );
H A Dtext-toolbar.cpp1848 EgeAdjustmentAction *eact = create_adjustment_action( local
1867 //tracker->addAdjustment( ege_adjustment_action_get_adjustment(eact) );
1868 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
1869 gtk_action_set_sensitive( GTK_ACTION(eact), TRUE );
1870 g_object_set_data( holder, "TextLineHeightAction", eact );
1871 g_object_set( G_OBJECT(eact), "iconId", "text_line_spacing", NULL );
1887 EgeAdjustmentAction *eact = create_adjustment_action( local
1906 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
1907 gtk_action_set_sensitive( GTK_ACTION(eact), TRUE );
1908 g_object_set_data( holder, "TextWordSpacingAction", eact );
1918 EgeAdjustmentAction *eact = create_adjustment_action( local
1949 EgeAdjustmentAction *eact = create_adjustment_action( local
1980 EgeAdjustmentAction *eact = create_adjustment_action( local
2011 EgeAdjustmentAction *eact = create_adjustment_action( local
[all...]

Completed in 79 milliseconds