cc-caret

cc-caret

Synopsis


#include <ccc.h>


typedef             CcCaret;
typedef             CcCaretClass;
CcItem*             cc_caret_new                        (void);
void                cc_caret_set_position               (CcCaret *self,
                                                         gdouble x1,
                                                         gdouble y1,
                                                         gdouble x2,
                                                         gdouble y2);

Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----CcItem
               +----CcShape
                     +----CcLine
                           +----CcCaret

Implemented Interfaces

CcCaret implements CcItemView.

Description

Details

CcCaret

typedef CcLine      CcCaret;


CcCaretClass

typedef CcLineClass CcCaretClass;


cc_caret_new ()

CcItem*             cc_caret_new                        (void);

Returns :

cc_caret_set_position ()

void                cc_caret_set_position               (CcCaret *self,
                                                         gdouble x1,
                                                         gdouble y1,
                                                         gdouble x2,
                                                         gdouble y2);

self :
x1 :
y1 :
x2 :
y2 :