首页 > 编程语言 > 详细

wxpython

时间:2015-11-01 16:33:55      阅读:196      评论:0      收藏:0      [点我收藏+]

获取窗口的方法

wxWindow *FindWindow(long winid) const;
wxWindow *FindWindow(const wxString& name) const;

    // Find a window among any window (all return NULL if not found)
static wxWindow *FindWindowById( long winid, const wxWindow *parent = NULL );
static wxWindow *FindWindowByName( const wxString& name,
                                   const wxWindow *parent = NULL );
static wxWindow *FindWindowByLabel( const wxString& label,
                                    const wxWindow *parent = NULL );

wxpython

原文:http://www.cnblogs.com/zhang-pengcheng/p/4927853.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!