Lines Matching defs:eact
296 EgeAdjustmentAction *eact = create_adjustment_action( "SprayWidthAction",
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",
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",
348 ege_adjustment_action_set_appearance( eact, TOOLBAR_SLIDER_HINT );
349 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
350 gtk_action_set_sensitive( GTK_ACTION(eact), true );
410 EgeAdjustmentAction *eact = create_adjustment_action( "SprayPopulationAction",
418 ege_adjustment_action_set_appearance( eact, TOOLBAR_SLIDER_HINT );
419 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
420 gtk_action_set_sensitive( GTK_ACTION(eact), true );
421 g_object_set_data( holder, "spray_population", eact );
440 EgeAdjustmentAction *eact = create_adjustment_action( "SprayRotationAction",
449 ege_adjustment_action_set_appearance( eact, TOOLBAR_SLIDER_HINT );
450 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
451 gtk_action_set_sensitive( GTK_ACTION(eact), true );
452 g_object_set_data( holder, "spray_rotation", eact );
458 EgeAdjustmentAction *eact = create_adjustment_action( "SprayScaleAction",
467 ege_adjustment_action_set_appearance( eact, TOOLBAR_SLIDER_HINT );
468 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
469 gtk_action_set_sensitive( GTK_ACTION(eact), true );
470 g_object_set_data( holder, "spray_scale", eact );
607 EgeAdjustmentAction *eact = create_adjustment_action( "SprayToolOffsetAction",
615 g_object_set_data( holder, "offset", eact );
616 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );