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

/inkscape/src/display/
H A Dsp-ctrlline.h23 #define SP_TYPE_CTRLLINE (sp_ctrlline_get_type()) macro
24 #define SP_CTRLLINE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), SP_TYPE_CTRLLINE, SPCtrlLine))
25 #define SP_IS_CTRLLINE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), SP_TYPE_CTRLLINE))

Completed in 295 milliseconds