wxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND, true, false, tabs replacements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -21,17 +21,17 @@ public:
|
||||
void OnWXR2XML(wxCommandEvent& event);
|
||||
void OnRc2Wxr(wxCommandEvent& event);
|
||||
void OnQuit(wxCommandEvent& event);
|
||||
wxMainFrame(wxWindow* parent, wxWindowID id,
|
||||
wxMainFrame(wxWindow* parent, wxWindowID id,
|
||||
const wxString& title, const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE,
|
||||
const wxString& name = _T("frame"));
|
||||
virtual ~wxMainFrame();
|
||||
|
||||
|
||||
protected:
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
||||
class wxConvertApp : public wxApp
|
||||
class wxConvertApp : public wxApp
|
||||
{
|
||||
public:
|
||||
bool HandleCommandLine();
|
||||
|
Reference in New Issue
Block a user