]> git.donarmstrong.com Git - xournal.git/blob - src/xo-paint.h
Public release 0.2.1.
[xournal.git] / src / xo-paint.h
1 void set_cursor_busy(gboolean busy);
2 void update_cursor(void);
3
4 void create_new_stroke(GdkEvent *event);
5 void continue_stroke(GdkEvent *event);
6 void finalize_stroke(void);
7
8 void do_eraser(GdkEvent *event, double radius, gboolean whole_strokes);
9
10 void start_selectrect(GdkEvent *event);
11 void finalize_selectrect(void);
12 gboolean start_movesel(GdkEvent *event);
13 void start_vertspace(GdkEvent *event);
14 void continue_movesel(GdkEvent *event);
15 void finalize_movesel(void);
16
17 void selection_delete(void);
18 void selection_to_clip(void);
19 void clipboard_paste(void);
20
21 void recolor_selection(int color);
22 void rethicken_selection(int val);