From: auroux Date: Thu, 26 Jan 2006 20:24:14 +0000 (+0000) Subject: Initial revision X-Git-Url: https://git.donarmstrong.com/?p=xournal.git;a=commitdiff_plain;h=895d896f9d1ae45fdd873ad54fa6c21ebdbd3003 Initial revision --- diff --git a/src/xo-paint.h b/src/xo-paint.h new file mode 100644 index 0000000..4df6f1b --- /dev/null +++ b/src/xo-paint.h @@ -0,0 +1,19 @@ +void set_cursor_busy(gboolean busy); +void update_cursor(void); + +void create_new_stroke(GdkEvent *event); +void continue_stroke(GdkEvent *event); +void finalize_stroke(void); + +void do_eraser(GdkEvent *event, double radius, gboolean whole_strokes); + +void start_selectrect(GdkEvent *event); +void finalize_selectrect(void); +gboolean start_movesel(GdkEvent *event); +void start_vertspace(GdkEvent *event); +void continue_movesel(GdkEvent *event); +void finalize_movesel(void); + +void selection_delete(void); +void selection_to_clip(void); +void clipboard_paste(void);