Functions
tomoe_writing_new ()
TomoeWriting *
tomoe_writing_new (void
);
tomoe_writing_move_to ()
void
tomoe_writing_move_to (TomoeWriting *writing
,
gint x
,
gint y
);
tomoe_writing_line_to ()
void
tomoe_writing_line_to (TomoeWriting *writing
,
gint x
,
gint y
);
tomoe_writing_clear ()
void
tomoe_writing_clear (TomoeWriting *writing
);
tomoe_writing_get_n_strokes ()
guint
tomoe_writing_get_n_strokes (TomoeWriting *writing
);
tomoe_writing_remove_last_stroke ()
void
tomoe_writing_remove_last_stroke (TomoeWriting *writing
);
tomoe_writing_get_strokes ()
const GList *
tomoe_writing_get_strokes (TomoeWriting *writing
);
tomoe_writing_to_xml ()
gchar *
tomoe_writing_to_xml (TomoeWriting *writing
);
tomoe_point_get_type ()
GType
tomoe_point_get_type (void
);
tomoe_point_new ()
TomoePoint *
tomoe_point_new (gint x
,
gint y
);
tomoe_point_free ()
void
tomoe_point_free (TomoePoint *point
);