helloapp.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:remoteControlPPT 作者: htwenning 项目源码 文件源码
def __init__(self):
        # The window.Wnd ctor creates a Window object, and places it in
        # self._obj_.  Note the window object exists, but the window itself
        # does not!
        window.Wnd.__init__(self, win32ui.CreateWnd())

        # Now we ask the window object to create the window itself.
        self._obj_.CreateWindowEx(win32con.WS_EX_CLIENTEDGE, \
            win32ui.RegisterWndClass(0, 0, win32con.COLOR_WINDOW + 1), \
            'Hello World!', win32con.WS_OVERLAPPEDWINDOW, \
            (100, 100, 400, 300), None, 0, None)

# The application object itself.
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号