| 1 |
/* |
|---|
| 2 |
* Sweep, a sound wave editor. |
|---|
| 3 |
* |
|---|
| 4 |
* Copyright (C) 2000 Conrad Parker |
|---|
| 5 |
* |
|---|
| 6 |
* This program is free software; you can redistribute it and/or modify |
|---|
| 7 |
* it under the terms of the GNU General Public License as published by |
|---|
| 8 |
* the Free Software Foundation; either version 2 of the License, or |
|---|
| 9 |
* (at your option) any later version. |
|---|
| 10 |
* |
|---|
| 11 |
* This program is distributed in the hope that it will be useful, |
|---|
| 12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 13 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 14 |
* GNU General Public License for more details. |
|---|
| 15 |
* |
|---|
| 16 |
* You should have received a copy of the GNU General Public License |
|---|
| 17 |
* along with this program; if not, write to the Free Software |
|---|
| 18 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|---|
| 19 |
*/ |
|---|
| 20 |
|
|---|
| 21 |
#ifdef HAVE_CONFIG_H |
|---|
| 22 |
# include <config.h> |
|---|
| 23 |
#endif |
|---|
| 24 |
|
|---|
| 25 |
/* Pixmaps ripped from Grip */ |
|---|
| 26 |
#include "../pixmaps/ff.xpm" |
|---|
| 27 |
#include "../pixmaps/nexttrk.xpm" |
|---|
| 28 |
#include "../pixmaps/playpaus.xpm" |
|---|
| 29 |
#include "../pixmaps/prevtrk.xpm" |
|---|
| 30 |
#include "../pixmaps/loop.xpm" |
|---|
| 31 |
/*#include "../pixmaps/noloop.xpm"*/ |
|---|
| 32 |
#include "../pixmaps/rew.xpm" |
|---|
| 33 |
#include "../pixmaps/stop.xpm" |
|---|
| 34 |
#include "../pixmaps/vol.xpm" |
|---|
| 35 |
#include "../pixmaps/upleft.xpm" |
|---|
| 36 |
#include "../pixmaps/lowleft.xpm" |
|---|
| 37 |
#include "../pixmaps/upright.xpm" |
|---|
| 38 |
#include "../pixmaps/lowright.xpm" |
|---|
| 39 |
|
|---|
| 40 |
#if 0 |
|---|
| 41 |
#include "../pixmaps/eye.xpm" /* Hacked from the Gimp */ |
|---|
| 42 |
#endif |
|---|
| 43 |
|
|---|
| 44 |
#include "../pixmaps/record_dialog.xpm" |
|---|
| 45 |
|
|---|
| 46 |
#include "../pixmaps/scroll.xpm" |
|---|
| 47 |
|
|---|
| 48 |
#include "../pixmaps/playrev.xpm" |
|---|
| 49 |
#include "../pixmaps/playpsel.xpm" |
|---|
| 50 |
#include "../pixmaps/mute.xpm" |
|---|
| 51 |
#include "../pixmaps/headphones.xpm" |
|---|
| 52 |
|
|---|
| 53 |
#include "../pixmaps/scrub.xpm" |
|---|
| 54 |
#include "../pixmaps/select.xpm" |
|---|
| 55 |
#include "../pixmaps/hand.xpm" |
|---|
| 56 |
#ifdef DEVEL_CODE |
|---|
| 57 |
#include "../pixmaps/pencil.xpm" |
|---|
| 58 |
#include "../pixmaps/spraycan.xpm" |
|---|
| 59 |
#endif |
|---|
| 60 |
|
|---|
| 61 |
#include "../pixmaps/new.xpm" |
|---|
| 62 |
#include "../pixmaps/open.xpm" |
|---|
| 63 |
#include "../pixmaps/save.xpm" |
|---|
| 64 |
#include "../pixmaps/saveas.xpm" |
|---|
| 65 |
|
|---|
| 66 |
#include "../pixmaps/undo.xpm" |
|---|
| 67 |
#include "../pixmaps/redo.xpm" |
|---|
| 68 |
|
|---|
| 69 |
#include "../pixmaps/cut.xpm" |
|---|
| 70 |
#include "../pixmaps/copy.xpm" |
|---|
| 71 |
#include "../pixmaps/paste.xpm" |
|---|
| 72 |
#include "../pixmaps/pastemix.xpm" |
|---|
| 73 |
#include "../pixmaps/pastexfade.xpm" |
|---|
| 74 |
|
|---|
| 75 |
#include "../pixmaps/crop.xpm" |
|---|
| 76 |
|
|---|
| 77 |
#include "../pixmaps/zoom_in.xpm" |
|---|
| 78 |
#include "../pixmaps/zoom_out.xpm" |
|---|
| 79 |
#if 0 |
|---|
| 80 |
#include "../pixmaps/zoom_all.xpm" |
|---|
| 81 |
#endif |
|---|
| 82 |
|
|---|
| 83 |
#include "../pixmaps/info.xpm" |
|---|
| 84 |
#include "../pixmaps/mouse.xpm" |
|---|