Add eyedrop tool. The treeview will scroll to the selection.
[colorize.git] / gui / toolbar.h
1
2 extern GtkToggleButton *show_highlighted_button, *show_preview_button, *show_colorized_button;
3 #ifdef WITH_OPENCV
4 extern GtkToggleButton *show_flow_button;
5 #endif
6
7 void create_toolbar(GtkWidget *tool_bar);
8 void release_pick_mode(void);
9