博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
win32gui.CeateWindow的参数
阅读量:6218 次
发布时间:2019-06-21

本文共 461 字,大约阅读时间需要 1 分钟。

hot3.png

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

转载于:https://my.oschina.net/piginwind/blog/693646

你可能感兴趣的文章
Day 29 yum源应用
查看>>
学习Linux
查看>>
浅谈带宽、网速和流量之间的关系
查看>>
【Python 第15课】 循环的嵌套
查看>>
day23 案例练习---生成订单及订单查看
查看>>
Python制作快递查询系统,来感受到了Python的强大!
查看>>
DHCP的简介,报文以及原理解析
查看>>
用C语言打印乘法口诀表,行可自己输入
查看>>
AJPFX总结泛型概念和使用
查看>>
天禹智控--气体分析小屋介绍
查看>>
重分布
查看>>
jsp的Include方式
查看>>
怎样利用K-Backup备份office,数据库等文件
查看>>
CentOS5.5下yum配置(初级篇)
查看>>
64位Centos上搭建erlang开发环境
查看>>
CA认证授权服务器部署
查看>>
BTREE索引和HASH索引
查看>>
iframe展示特定html代码
查看>>
linux重定向和管道的使用
查看>>
孤独的跋涉
查看>>