comparison Gui/app.h @ 8280:72700fefd3dc

no seeking if stream is STREAMTYPE_STREAM (net/stdin)
author pontscho
date Mon, 25 Nov 2002 17:33:30 +0000
parents 9246adcf95f0
children bf8e8144dfa6
comparison
equal deleted inserted replaced
8279:fade8f754da0 8280:72700fefd3dc
170 extern void appClearItem( wItem * item ); 170 extern void appClearItem( wItem * item );
171 extern void appCopy( listItems * item1,listItems * item2 ); 171 extern void appCopy( listItems * item1,listItems * item2 );
172 extern int appFindMessage( unsigned char * str ); 172 extern int appFindMessage( unsigned char * str );
173 extern int appFindKey( unsigned char * name ); 173 extern int appFindKey( unsigned char * name );
174 174
175 extern void btnModify( int event,float state );
176 extern float btnGetValue( int event );
177 extern void btnSet( int event,int set );
178
175 #endif 179 #endif