摘要:
程序运行截图:clockDlg.h//---------------------------------------------------------------------------//// Name: ClockDlg.h// Author: Jos de Jong// Created: 29-12-2007 11:42:36// Description: ClockDlg class declaration////----------------------------------------------------------------------... 阅读全文
摘要:
wxIpCtrl派生自wxPanel,构造函数看起来象这样:class wxIpCtrl : public wxPanel{ public: wxIpCtrl(wxWindow *parent, wxWindowID id = wxID_ANY, const wxString& ipaddr = wxT("192.168.1.12"), long style = wxIPCTRL_DEFAULT_STYLE); wxString GetValue() const; ...};GetValue 的返回值是wxString类型,这也就是读取这个控件里用户交互的东东。因为 阅读全文