19 lines
		
	
	
		
			257 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			257 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef MYWIN_USER_SET_H__
 | |
| #define MYWIN_USER_SET_H__
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| //进入设置页面
 | |
| WIN_MenuStruct *MENU_Setting (WIN_WindowStruct *base,WIN_PicStruct *pic) ;
 | |
| 
 | |
| 
 | |
| //消息处理函数
 | |
| void MENU_SettingMsgLoop (WIN_MenuStruct *menu,WIN_MsgStruct *msg);
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| #endif
 |