comparison Gui/wm/ws.h @ 6651:8f49c75a2824

- add icon (nice, but very ugly hakk:) - move all window to one group - better multilanguage support - some small bug fixed - some warning fixed - swap the two menu - fix small network playing bug ( evPlay instead of evPlayNetwork :) - add channel name selection for equalizer support
author pontscho
date Fri, 05 Jul 2002 23:47:00 +0000
parents a4bbda72ce86
children 77980ab4e296
comparison
equal deleted inserted replaced
6650:345958ed44e5 6651:8f49c75a2824
230 extern void wsWindowDecoration( wsTWindow * win,long d ); 230 extern void wsWindowDecoration( wsTWindow * win,long d );
231 extern void wsSetLayer( Display * wsDisplay,Window win, int layer ); 231 extern void wsSetLayer( Display * wsDisplay,Window win, int layer );
232 extern void wsFullScreen( wsTWindow * win ); 232 extern void wsFullScreen( wsTWindow * win );
233 extern void wsPostRedisplay( wsTWindow * win ); 233 extern void wsPostRedisplay( wsTWindow * win );
234 extern void wsSetShape( wsTWindow * win,char * data ); 234 extern void wsSetShape( wsTWindow * win,char * data );
235 extern void wsSetIcon( Display * dsp,Window win,Pixmap icon,Pixmap mask );
235 236
236 // ---------------------------------------------------------------------------------------------- 237 // ----------------------------------------------------------------------------------------------
237 // Draw string at x,y with fc ( foreground color ) and bc ( background color ). 238 // Draw string at x,y with fc ( foreground color ) and bc ( background color ).
238 // ---------------------------------------------------------------------------------------------- 239 // ----------------------------------------------------------------------------------------------
239 extern void wsDrawString( wsTWindow win,int x,int y,char * str,int fc,int bc ); 240 extern void wsDrawString( wsTWindow win,int x,int y,char * str,int fc,int bc );