开发者社区> 问答> 正文

python wx是什么意思

python wx是什么意思

展开
收起
云计算小粉 2018-05-10 20:11:06 4150 0
2 条回答
写回答
取消 提交回答
  • image.png

    2019-11-22 15:01:51
    赞同 展开评论 打赏
  • wxApp -> wxFrame -> wxPanel -> wxSizer -> wxControl
    Frame vs. Panel
    Use a frame when you need a window for your application; Use a panel (within that frame) to place other widgets onto. Don't place (most) widgets right onto the frame itself; there are some problems with that. You can and often will use multiple panels within the same frame.
    当需要为应用程序创建窗口时使用框架;要向上放置其他部件时使用框架内的面板。
    别直接在框架上放置过多部件,那样会带来一些问题。
    在同一个框架内可以使用多个面板。

    2019-07-17 22:25:32
    赞同 展开评论 打赏
问答分类:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
From Python Scikit-Learn to Sc 立即下载
Data Pre-Processing in Python: 立即下载
双剑合璧-Python和大数据计算平台的结合 立即下载