摘要: text = ("This is text box") panel = wx.Panel(self, -1) chkAll1 = wx.CheckBox(panel, ID_CHKBOX_CAN_SEL_ALL, u'全选') chkKnown = wx.CheckBox(panel, ID_CHKBOX_CAN_UNKNOW... 阅读全文
posted @ 2015-11-01 23:34 aprial 阅读(5047) 评论(0) 推荐(1) 编辑
摘要: 获取窗口的方法 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 *FindWindow... 阅读全文
posted @ 2015-11-01 15:38 aprial 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/yasi_xi/article/details/13629753 添加书签: 在编辑框左边栏右击 > Add Bookmark > 编辑书签名称(可以直接使用默认名称)> OK 查看书签: Window > Show View > Other > 输入book字样会出现Bookmarks > OK 然后就可以在IDE的底部出现的Bookma... 阅读全文
posted @ 2015-11-01 15:16 aprial 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 基于x64的处理器意思是CPU的架构是X64的,也是64位的CPU。 基本简介: “x86-64”,有时会简称为“x64”,是64位微处理器架构及其相应指令集的一种,也是Intel x86架构的延伸产品。“x86-64”1999由AMD设计,AMD首次公开64位集以扩充给IA-32,称为x86-64(后来改名为AMD64)。其后也为英特尔所采用,现时英特尔称之为“Intel 64”,... 阅读全文
posted @ 2015-11-01 14:25 aprial 阅读(2616) 评论(0) 推荐(0) 编辑