comparison Gui/skin/skin.h @ 8973:0a665389cf2b

- add playbar - add vpotmeter - fix gtk menu's pixel bug - fix some critical (10l) bug
author pontscho
date Fri, 17 Jan 2003 22:39:43 +0000
parents 72700fefd3dc
children 634a2b279b1a
comparison
equal deleted inserted replaced
8972:2ed9b2143f94 8973:0a665389cf2b
11 extern int skinRead( char * dname ); 11 extern int skinRead( char * dname );
12 extern int skinBPRead( char * fname, txSample * bf ); 12 extern int skinBPRead( char * fname, txSample * bf );
13 13
14 // --- 14 // ---
15 15
16 extern char * strdelspacesbeforecommand( char * in ); 16 extern char * trimleft( char * in );
17 extern char * strswap( char * in,char what,char whereof ); 17 extern char * strswap( char * in,char what,char whereof );
18 extern char * strdelspaces( char * in ); 18 extern char * trim( char * in );
19 19
20 #endif 20 #endif