Searched refs:GObject (Results 1 - 25 of 107) sorted by relevance

12345

/inkscape/src/widgets/
H A Dzoom-toolbar.cpp37 void sp_zoom_toolbox_prep(SPDesktop * /*desktop*/, GtkActionGroup* /*mainActions*/, GObject* /*holder*/)
H A Dcalligraphy-toolbar.h33 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
35 void sp_calligraphy_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
36 void update_presets_list(GObject *tbl);
H A Dgradient-toolbar.h18 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
20 void sp_gradient_toolbox_prep(SPDesktop * /*desktop*/, GtkActionGroup* mainActions, GObject* holder);
H A Dmesh-toolbar.h20 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
22 void sp_mesh_toolbox_prep( SPDesktop * /*desktop*/, GtkActionGroup* mainActions, GObject* holder);
H A Darc-toolbar.h33 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
35 void sp_arc_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dbox3d-toolbar.h34 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
36 void box3d_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dconnector-toolbar.h33 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
35 void sp_connector_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Ddropper-toolbar.h33 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
35 void sp_dropper_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Deraser-toolbar.h33 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
35 void sp_eraser_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dlpe-toolbar.h33 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
35 void sp_lpetool_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dmeasure-toolbar.h33 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
35 void sp_measure_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dnode-toolbar.h33 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
35 void sp_node_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dpaintbucket-toolbar.h33 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
35 void sp_paintbucket_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Drect-toolbar.h33 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
35 void sp_rect_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dselect-toolbar.h20 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
22 void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dspiral-toolbar.h33 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
35 void sp_spiral_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dspray-toolbar.h33 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
35 void sp_spray_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dstar-toolbar.h33 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
35 void sp_star_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dtext-toolbar.h33 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
35 void sp_text_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dtweak-toolbar.h33 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
35 void sp_tweak_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dzoom-toolbar.h33 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
35 void sp_zoom_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
H A Dpencil-toolbar.h33 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
35 void sp_pencil_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
36 void sp_pen_toolbox_prep(SPDesktop * /*desktop*/, GtkActionGroup* mainActions, GObject* holder);
H A Dtoolbox.h86 PrefPusher( GtkToggleAction *act, Glib::ustring const &path, void (*callback)(GObject*) = 0, GObject *cbData = 0 );
114 void (*callback)(GObject*);
115 GObject *cbData;
126 void delete_prefspusher(GObject * /*obj*/, Inkscape::UI::PrefPusher *watcher );
127 void purge_repr_listener( GObject* /*obj*/, GObject* tbl );
128 void delete_connection(GObject * /*obj*/, sigc::connection *connection);
134 GObject *dataKludge,
138 void (*callback)(GtkAdjustment *, GObject *),
[all...]
H A Dink-action.cpp18 static void ink_action_finalize( GObject* obj );
19 static void ink_action_get_property( GObject* obj, guint propId, GValue* value, GParamSpec * pspec );
20 static void ink_action_set_property( GObject* obj, guint propId, const GValue *value, GParamSpec* pspec );
83 static void ink_action_finalize( GObject* obj )
99 GObject* obj = (GObject*)g_object_new( INK_ACTION_TYPE,
112 static void ink_action_get_property( GObject* obj, guint propId, GValue* value, GParamSpec * pspec )
134 void ink_action_set_property( GObject* obj, guint propId, const GValue *value, GParamSpec* pspec )
236 static void ink_toggle_action_finalize( GObject* obj );
237 static void ink_toggle_action_get_property( GObject* ob
[all...]
/inkscape/src/ui/widget/
H A Dunit-tracker.h24 typedef struct _GObject GObject; typedef in typeref:struct:_GObject
56 static void _actionFinalizedCB(gpointer data, GObject *where_the_object_was);
57 static void _adjustmentFinalizedCB(gpointer data, GObject *where_the_object_was);
60 void _actionFinalized(GObject *where_the_object_was);
61 void _adjustmentFinalized(GObject *where_the_object_was);

Completed in 1985 milliseconds

12345