hostswitcher.py 文件源码

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

项目:hostswitcher 作者: fiefdx 项目源码 文件源码
def OnInit(self):
        w = wx.SystemSettings.GetMetric(wx.SYS_SCREEN_X)
        h = wx.SystemSettings.GetMetric(wx.SYS_SCREEN_Y)
        frame = MainFrame(None, -1, "", (w / 2 - 200, h / 2 - 50), style = wx.SYSTEM_MENU | wx.CAPTION | wx.CLOSE_BOX)
        self.SetTopWindow(frame)
        frame.Show()
        return True
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号