枚举 | |
| enum | window_style_ {  window_style_nothing = 0x0000 , window_style_caption = 0x0001 , window_style_border = 0x0002 , window_style_center = 0x0004 , window_style_drag_border = 0x0008 , window_style_drag_window = 0x0010 , window_style_allow_maxWindow = 0x0020 , window_style_icon = 0x0040 , window_style_title = 0x0080 , window_style_btn_min = 0x0100 , window_style_btn_max = 0x0200 , window_style_btn_close = 0x0400 , window_style_default , window_style_simple =(window_style_caption | window_style_border | window_style_center | window_style_drag_border | window_style_allow_maxWindow) , window_style_pop , window_style_modal , window_style_modal_simple = (window_style_caption | window_style_border | window_style_center) }  | 
| enum window_style_ |