Searched refs:wxMainFrame (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/utils/convertrc/
H A Dconvert.h1 // MainFrame.h: interface for the wxMainFrame class.
17 class wxMainFrame:public wxFrame class in inherits:wxFrame
24 wxMainFrame(wxWindow* parent, wxWindowID id,
28 virtual ~wxMainFrame();
45 wxMainFrame *m_pFrame;
H A Dconvert.cpp60 m_pFrame = new wxMainFrame(NULL, wxID_ANY, _T("wxConvertApp"), wxPoint(0, 0), wxSize(500, 400),
87 // MainFrame.cpp: implementation of the wxMainFrame class.
91 BEGIN_EVENT_TABLE(wxMainFrame, wxFrame)
92 EVT_MENU(ID_QUIT,wxMainFrame::OnQuit)
93 EVT_MENU(ID_RC2WXR,wxMainFrame::OnRc2Wxr)
94 EVT_MENU(ID_WXR2XML,wxMainFrame::OnWXR2XML)
95 EVT_MENU(ID_RC2XML,wxMainFrame::OnRC2XML)
104 wxMainFrame::wxMainFrame(wxWindow* parent,wxWindowID id, function in class:wxMainFrame
112 wxMainFrame
[all...]

Completed in 57 milliseconds