Searched refs:EgeOutputAction (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/widgets/ |
H A D | ege-output-action.h | 54 #define EGE_OUTPUT_ACTION( obj ) ( G_TYPE_CHECK_INSTANCE_CAST( (obj), EGE_OUTPUT_ACTION_TYPE, EgeOutputAction) ) 60 typedef struct _EgeOutputAction EgeOutputAction; typedef in typeref:struct:_EgeOutputAction 65 * Instance structure of EgeOutputAction. 77 * Class structure of EgeOutputAction. 89 * Creates a new EgeOutputAction instance. 97 EgeOutputAction* ege_output_action_new( const gchar *name, 108 gboolean ege_output_action_get_use_markup( EgeOutputAction* action ); 116 void ege_output_action_set_use_markup( EgeOutputAction* action, gboolean setting );
|
H A D | ege-output-action.cpp | 67 G_DEFINE_TYPE(EgeOutputAction, ege_output_action, GTK_TYPE_ACTION); 93 void ege_output_action_init( EgeOutputAction* action ) 101 EgeOutputAction* ege_output_action_new( const gchar *name, 114 EgeOutputAction* action = EGE_OUTPUT_ACTION( obj ); 119 gboolean ege_output_action_get_use_markup( EgeOutputAction* action ) 126 void ege_output_action_set_use_markup( EgeOutputAction* action, gboolean setting ) 133 EgeOutputAction* action = EGE_OUTPUT_ACTION( obj ); 146 EgeOutputAction* action = EGE_OUTPUT_ACTION( obj );
|
H A D | dropper-toolbar.cpp | 83 EgeOutputAction* act = ege_output_action_new( "DropperOpacityAction", _("Opacity:"), "", 0 );
|
H A D | spiral-toolbar.cpp | 207 EgeOutputAction* act = EGE_OUTPUT_ACTION( g_object_get_data( tbl, "mode_action" ) ); 234 EgeOutputAction* act = ege_output_action_new( "SpiralStateAction", _("<b>New:</b>"), "", 0 );
|
H A D | arc-toolbar.cpp | 276 EgeOutputAction* act = EGE_OUTPUT_ACTION( g_object_get_data( tbl, "mode_action" ) ); 310 EgeOutputAction* act = ege_output_action_new( "ArcStateAction", _("<b>New:</b>"), "", 0 );
|
H A D | rect-toolbar.cpp | 255 EgeOutputAction* act = EGE_OUTPUT_ACTION( g_object_get_data( tbl, "mode_action" ) ); 299 EgeOutputAction* act = ege_output_action_new( "RectStateAction", _("<b>New:</b>"), "", 0 );
|
H A D | star-toolbar.cpp | 379 EgeOutputAction* act = EGE_OUTPUT_ACTION( g_object_get_data( tbl, "mode_action" ) ); 444 EgeOutputAction* act = ege_output_action_new( "StarStateAction", _("<b>New:</b>"), "", 0 );
|
H A D | measure-toolbar.cpp | 286 EgeOutputAction* act = ege_output_action_new( "measure_units_label", _("Units:"), _("The units to be used for the measurements"), 0 );
|
H A D | tweak-toolbar.cpp | 275 EgeOutputAction* act = ege_output_action_new( "TweakChannelsLabel", _("Channels:"), "", 0 );
|
Completed in 554 milliseconds