2 terminatorX - realtime audio scratching software
3 Copyright (C) 1999-2002 Alexander König
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 Description: Header to tX_pbutton.cc
24 #ifndef _tx_pbutton_h_
25 #define _tx_pbutton_h_ 1
27 #define TX_ICON_AUDIOENGINE 0
28 #define TX_ICON_POWER 1
29 #define TX_ICON_GRAB 2
30 #define TX_ICON_LOGO 3
31 #define TX_ICON_SEQUENCER 4
32 #define TX_ICON_PLAY 5
33 #define TX_ICON_STOP 6
34 #define TX_ICON_RECORD 7
35 #define TX_ICON_EDIT 8
36 #define TX_ICON_MIN_AUDIO 8
37 #define TX_ICON_RELOAD 9
38 #define TX_ICON_MINIMIZE 10
39 #define TX_ICON_FX_UP 11
40 #define TX_ICON_FX_DOWN 12
41 #define TX_ICON_FX_CLOSE 13
42 #define TX_ICON_MINIMIZE_PANEL 14
43 #define TX_ICON_MIN_CONTROL 15
45 extern GtkWidget *tx_pixmap_widget(int icon_id);
46 extern GtkWidget *tx_xpm_label_box(int icon_id, gchar *label_text, GtkWidget **labelwidget=NULL);
47 extern GtkWidget *tx_xpm_button_new(int icon_id, char *label, int toggle, GtkWidget **labelwidget=NULL);