diff Gui/skin/skin.h @ 1693:d237c5d4b216

GUI version n-1
author arpi
date Sat, 25 Aug 2001 21:04:29 +0000
parents
children d6c99f70449e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Gui/skin/skin.h	Sat Aug 25 21:04:29 2001 +0000
@@ -0,0 +1,23 @@
+
+#ifndef __MY_SKIN
+#define __MY_SKIN
+
+#include "../app.h"
+
+extern listItems     * skinAppMPlayer;
+//extern listItems     * skinAppTV;
+//extern listItems     * skinAppRadio;
+
+extern int skinRead( char * dname  );
+extern int skinBPRead( char * fname, txSample * bf );
+
+extern void btnModify( int event,float state );
+extern int btnGetValue( int event );
+
+// ---
+
+extern char * strdelspacesbeforecommand( char * in );
+extern char * strswap( char * in,char what,char whereof );
+extern char * strdelspaces( char * in );
+
+#endif