]> git.donarmstrong.com Git - xournal.git/blob - src/xo-paint.h
Add a hand tool (+ other misc updates)
[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 do_hand(GdkEvent *event);
11
12 void start_selectrect(GdkEvent *event);
13 void finalize_selectrect(void);
14 gboolean start_movesel(GdkEvent *event);
15 void start_vertspace(GdkEvent *event);
16 void continue_movesel(GdkEvent *event);
17 void finalize_movesel(void);
18
19 void selection_delete(void);
20 void selection_to_clip(void);
21 void clipboard_paste(void);
22
23 void recolor_selection(int color);
24 void rethicken_selection(int val);