码迷,mamicode.com
首页 > 编程语言 > 详细

wxpython

时间:2015-11-01 16:36:50      阅读:146      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!