您的位置:首页 > 产品设计 > UI/UE

win32gui.CeateWindow的参数

2016-06-17 00:00 127 查看
摘要: win32gui.CeateWindow的参数

int = CreateWindow(className, windowTitle , style , x , y , width , height , parent , menu , hinstance , reserved )

Creates a new window.

Parameters

className : int/string

windowTitle : string

style : int

The style for the window.

x : int

y : int

width : int

height : int

parent : int

Handle to the parent window.

menu : int

Handle to the menu to use for this window.

hinstance : int

reserved : None

Must be None
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息