Lines Matching defs:eact
1848 EgeAdjustmentAction *eact = create_adjustment_action(
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(
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 );
1909 g_object_set( G_OBJECT(eact), "iconId", "text_word_spacing", NULL );
1918 EgeAdjustmentAction *eact = create_adjustment_action(
1937 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
1938 gtk_action_set_sensitive( GTK_ACTION(eact), TRUE );
1939 g_object_set_data( holder, "TextLetterSpacingAction", eact );
1940 g_object_set( G_OBJECT(eact), "iconId", "text_letter_spacing", NULL );
1949 EgeAdjustmentAction *eact = create_adjustment_action(
1968 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
1969 gtk_action_set_sensitive( GTK_ACTION(eact), TRUE );
1970 g_object_set_data( holder, "TextDxAction", eact );
1971 g_object_set( G_OBJECT(eact), "iconId", "text_horz_kern", NULL );
1980 EgeAdjustmentAction *eact = create_adjustment_action(
1999 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
2000 gtk_action_set_sensitive( GTK_ACTION(eact), TRUE );
2001 g_object_set_data( holder, "TextDyAction", eact );
2002 g_object_set( G_OBJECT(eact), "iconId", "text_vert_kern", NULL );
2011 EgeAdjustmentAction *eact = create_adjustment_action(
2030 gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
2031 gtk_action_set_sensitive( GTK_ACTION(eact), TRUE );
2032 g_object_set_data( holder, "TextRotationAction", eact );
2033 g_object_set( G_OBJECT(eact), "iconId", "text_rotation", NULL );