Fix a couple of minor typos.
[ardour2.git] / gtk2_ardour / mouse_cursors.h
blob55d5fd0c9db105eb90ae894a941ceca0782be853
1 /*
2 Copyright (C) 2000-2010 Paul Davis
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or
7 (at your option) any later version.
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
14 You should have received a copy of the GNU General Public License
15 along with this program; if not, write to the Free Software
16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 /** @file Handling of bitmaps to be used for mouse cursors.
22 * Held centrally by the Editor because some cursors are used in several places.
25 class MouseCursors
27 public:
28 MouseCursors ();
30 Gdk::Cursor* cross_hair;
31 Gdk::Cursor* trimmer;
32 Gdk::Cursor* right_side_trim;
33 Gdk::Cursor* left_side_trim;
34 Gdk::Cursor* right_side_trim_left_only;
35 Gdk::Cursor* left_side_trim_right_only;
36 Gdk::Cursor* fade_in;
37 Gdk::Cursor* fade_out;
38 Gdk::Cursor* selector;
39 Gdk::Cursor* grabber;
40 Gdk::Cursor* grabber_note;
41 Gdk::Cursor* grabber_edit_point;
42 Gdk::Cursor* zoom_in;
43 Gdk::Cursor* zoom_out;
44 Gdk::Cursor* time_fx;
45 Gdk::Cursor* fader;
46 Gdk::Cursor* speaker;
47 Gdk::Cursor* midi_pencil;
48 Gdk::Cursor* midi_select;
49 Gdk::Cursor* midi_resize;
50 Gdk::Cursor* midi_erase;
51 Gdk::Cursor* up_down;
52 Gdk::Cursor* wait;
53 Gdk::Cursor* timebar;
54 Gdk::Cursor* transparent;
55 Gdk::Cursor* resize_left;
56 Gdk::Cursor* resize_top_left;
57 Gdk::Cursor* resize_top;
58 Gdk::Cursor* resize_top_right;
59 Gdk::Cursor* resize_right;
60 Gdk::Cursor* resize_bottom_right;
61 Gdk::Cursor* resize_bottom;
62 Gdk::Cursor* resize_bottom_left;
63 Gdk::Cursor* move;
64 Gdk::Cursor* expand_left_right;
65 Gdk::Cursor* expand_up_down;