![]() | ![]() | ![]() | Conglomerate Programmer's Reference Manual | ![]() |
---|
CongModificationCursorChangeCongModificationCursorChange — |
CongModificationCursorChange; #define CONG_MODIFICATION_CURSOR_CHANGE (obj) #define CONG_MODIFICATION_CURSOR_CHANGE_CLASS(klass) #define IS_CONG_MODIFICATION_CURSOR_CHANGE(obj) GType cong_modification_cursor_change_get_type (void); CongModificationCursorChange* cong_modification_cursor_change_construct (CongModificationCursorChange *modification_cursor_change, CongDocument *doc, const CongLocation *new_location); CongModification* cong_modification_cursor_change_new (CongDocument *doc, const CongLocation *new_location);
typedef struct _CongModificationCursorChange CongModificationCursorChange;
#define CONG_MODIFICATION_CURSOR_CHANGE(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_MODIFICATION_CURSOR_CHANGE_TYPE, CongModificationCursorChange)
obj : |
#define CONG_MODIFICATION_CURSOR_CHANGE_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_MODIFICATION_CURSOR_CHANGE_TYPE, CongModificationCursorChangeClass)
klass : |
#define IS_CONG_MODIFICATION_CURSOR_CHANGE(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_MODIFICATION_CURSOR_CHANGE_TYPE)
obj : |
GType cong_modification_cursor_change_get_type (void);
Returns : |
CongModificationCursorChange* cong_modification_cursor_change_construct (CongModificationCursorChange *modification_cursor_change, CongDocument *doc, const CongLocation *new_location);
TODO: Write me
modification_cursor_change : | |
doc : | |
new_location : | |
Returns : |
CongModification* cong_modification_cursor_change_new (CongDocument *doc, const CongLocation *new_location);
TODO: Write me
doc : | |
new_location : | |
Returns : |
<< CongNodeModificationSetText | CongModificationSelectionChange >> |