Object Hierarchy
GObject
+----GInitiallyUnowned
+----CcItem
+----CcShape
+----CcLine
+----CcCaret
Implemented Interfaces
CcCaret implements
CcItemView.
Details
CcCaret
typedef CcLine CcCaret;
CcCaretClass
typedef CcLineClass CcCaretClass;
cc_caret_new ()
CcItem* cc_caret_new (void);
cc_caret_set_position ()
void cc_caret_set_position (CcCaret *self,
gdouble x1,
gdouble y1,
gdouble x2,
gdouble y2);
self : |
|
x1 : |
|
y1 : |
|
x2 : |
|
y2 : |
|