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

/inkscape/src/widgets/
H A Dsp-widget.h22 #define SP_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), SP_TYPE_WIDGET, SPWidget))
33 struct SPWidget { struct
50 void (* construct) (SPWidget *spw);
53 void (* modify_selection) (SPWidget *spw, Inkscape::Selection *selection, guint flags);
54 void (* change_selection) (SPWidget *spw, Inkscape::Selection *selection);
55 void (* set_selection) (SPWidget *spw, Inkscape::Selection *selection);

Completed in 13 milliseconds