/* * Sweep, a sound wave editor. * * Copyright (C) 2000 Conrad Parker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H # include #endif /* Pixmaps ripped from Grip */ #include "../pixmaps/ff.xpm" #include "../pixmaps/nexttrk.xpm" #include "../pixmaps/playpaus.xpm" #include "../pixmaps/prevtrk.xpm" #include "../pixmaps/loop.xpm" /*#include "../pixmaps/noloop.xpm"*/ #include "../pixmaps/rew.xpm" #include "../pixmaps/stop.xpm" #include "../pixmaps/vol.xpm" #include "../pixmaps/upleft.xpm" #include "../pixmaps/lowleft.xpm" #include "../pixmaps/upright.xpm" #include "../pixmaps/lowright.xpm" #if 0 #include "../pixmaps/eye.xpm" /* Hacked from the Gimp */ #endif #include "../pixmaps/record_dialog.xpm" #include "../pixmaps/scroll.xpm" #include "../pixmaps/playrev.xpm" #include "../pixmaps/playpsel.xpm" #include "../pixmaps/mute.xpm" #include "../pixmaps/headphones.xpm" #include "../pixmaps/scrub.xpm" #include "../pixmaps/select.xpm" #include "../pixmaps/hand.xpm" #ifdef DEVEL_CODE #include "../pixmaps/pencil.xpm" #include "../pixmaps/spraycan.xpm" #endif #include "../pixmaps/new.xpm" #include "../pixmaps/open.xpm" #include "../pixmaps/save.xpm" #include "../pixmaps/saveas.xpm" #include "../pixmaps/undo.xpm" #include "../pixmaps/redo.xpm" #include "../pixmaps/cut.xpm" #include "../pixmaps/copy.xpm" #include "../pixmaps/paste.xpm" #include "../pixmaps/pastemix.xpm" #include "../pixmaps/pastexfade.xpm" #include "../pixmaps/crop.xpm" #include "../pixmaps/zoom_in.xpm" #include "../pixmaps/zoom_out.xpm" #if 0 #include "../pixmaps/zoom_all.xpm" #endif #include "../pixmaps/info.xpm" #include "../pixmaps/mouse.xpm"