Searched refs:wxFrame (Results 1 - 25 of 416) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dminifram.cpp3 // Purpose: wxMiniFrame. Optional; identical to wxFrame if not supported.
18 IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
H A Dframe.cpp3 // Purpose: wxFrame
31 BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
32 EVT_ACTIVATE(wxFrame::OnActivate)
33 // EVT_MENU_HIGHLIGHT_ALL(wxFrame::OnMenuHighlight)
34 EVT_SYS_COLOUR_CHANGED(wxFrame::OnSysColourChanged)
35 // EVT_IDLE(wxFrame::OnIdle)
36 // EVT_CLOSE(wxFrame::OnCloseWindow)
39 IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxTopLevelWindow)
47 void wxFrame::Init()
52 bool wxFrame
[all...]
H A Dmdi.cpp30 IMPLEMENT_DYNAMIC_CLASS(wxMDIParentFrame, wxFrame)
31 IMPLEMENT_DYNAMIC_CLASS(wxMDIChildFrame, wxFrame)
34 BEGIN_EVENT_TABLE(wxMDIParentFrame, wxFrame)
91 wxFrame::Create( parent , id , title , pos , size , style , name ) ;
111 wxFrame::SetMenuBar( menu_bar ) ;
127 wxFrame::AddChild(child);
136 wxFrame::Show(false);
163 wxFrame::RemoveChild(child);
208 wxFrame::MacActivate(timestamp, activating);
219 wxFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dminifram.cpp3 // Purpose: wxMiniFrame. Optional; identical to wxFrame if not supported.
14 IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
H A Dframe.cpp3 // Purpose: wxFrame
31 BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
32 EVT_ACTIVATE(wxFrame::OnActivate)
33 // EVT_MENU_HIGHLIGHT_ALL(wxFrame::OnMenuHighlight)
34 EVT_SYS_COLOUR_CHANGED(wxFrame::OnSysColourChanged)
35 // EVT_IDLE(wxFrame::OnIdle)
36 // EVT_CLOSE(wxFrame::OnCloseWindow)
39 IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxTopLevelWindow)
46 void wxFrame::Init()
63 wxPoint wxFrame
[all...]
H A Dmdi.cpp27 IMPLEMENT_DYNAMIC_CLASS(wxMDIParentFrame, wxFrame)
28 IMPLEMENT_DYNAMIC_CLASS(wxMDIChildFrame, wxFrame)
31 BEGIN_EVENT_TABLE(wxMDIParentFrame, wxFrame)
95 wxFrame::Create( parent , id , title , pos , size , style , name ) ;
131 wxFrame::SetMenuBar( menu_bar ) ;
157 wxFrame::MacActivate(timestamp,activating);
168 wxFrame::MacActivate(timestamp,activating);
205 wxFrame::OnSysColourChanged(event);
288 return wxFrame::SetMenuBar( menu_bar ) ;
306 mdiparent->wxFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dminifram.cpp3 // Purpose: wxMiniFrame. Optional; identical to wxFrame if not supported.
19 IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
H A Dframe.cpp3 // Purpose: wxFrame
89 BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
90 EVT_ACTIVATE(wxFrame::OnActivate)
91 EVT_SYS_COLOUR_CHANGED(wxFrame::OnSysColourChanged)
94 IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxTopLevelWindow)
104 void wxFrame::Init()
115 bool wxFrame::Create(wxWindow *parent,
192 bool wxFrame::XmDoCreateTLW(wxWindow* WXUNUSED(parent),
262 wxFrame::~wxFrame()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dminifram.cpp3 // Purpose: wxMiniFrame. Optional; identical to wxFrame if not supported.
18 IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dminifram.cpp23 IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dminifram.cpp23 IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
H A Dframe.cpp3 // Purpose: wxFrame
64 BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
65 EVT_PAINT(wxFrame::OnPaint)
121 IMPLEMENT_DYNAMIC_CLASS_XTI(wxFrame, wxTopLevelWindow,"wx/frame.h")
123 wxBEGIN_PROPERTIES_TABLE(wxFrame)
131 wxBEGIN_HANDLERS_TABLE(wxFrame)
134 wxCONSTRUCTOR_6( wxFrame , wxWindow* , Parent , wxWindowID , Id , wxString , Title , wxPoint , Position , wxSize , Size , long , WindowStyle)
137 IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxTopLevelWindow)
148 void wxFrame::Init()
152 bool wxFrame
[all...]
H A Dtaskbar.cpp46 class wxTaskBarIconWindow : public wxFrame
50 : wxFrame(NULL, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dbusyinfo.h17 class WXDLLIMPEXP_FWD_CORE wxFrame; variable in typeref:class:WXDLLIMPEXP_FWD_CORE
34 wxFrame *m_InfoFrame;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dminifram.h39 typedef wxFrame wxMiniFrame;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docview/
H A Dview.h22 MyCanvas(wxView *v, wxFrame *frame, const wxPoint& pos, const wxSize& size, const long style);
34 MyTextWindow(wxView *v, wxFrame *frame, const wxPoint& pos, const wxSize& size, const long style);
42 wxFrame *frame;
45 DrawingView(void) { canvas = (MyCanvas *) NULL; frame = (wxFrame *) NULL; };
63 wxFrame *frame;
66 TextEditView(): wxView() { frame = (wxFrame *) NULL; textsw = (MyTextWindow *) NULL; }
H A Ddocview.h27 wxFrame *CreateChildFrame(wxDocument *doc, wxView *view, bool isCanvas);
46 MyFrame(wxDocManager *manager, wxFrame *frame, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size,
50 MyCanvas *CreateCanvas(wxView *view, wxFrame *parent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/layout/
H A Dlayout.h21 class MyFrame : public wxFrame
41 class MyProportionsFrame : public wxFrame
44 MyProportionsFrame(wxFrame *parent);
57 class MyFlexSizerFrame : public wxFrame
76 class MyGridBagSizerFrame : public wxFrame
101 class MySimpleSizerFrame : public wxFrame
119 class MyNestedSizerFrame : public wxFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dframuniv.cpp3 // Purpose: wxFrame class for wxUniversal
40 BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
41 EVT_SIZE(wxFrame::OnSize)
42 EVT_SYS_COLOUR_CHANGED(wxFrame::OnSysColourChanged)
45 IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxTopLevelWindow)
51 bool wxFrame::Create(wxWindow *parent,
68 void wxFrame::OnSysColourChanged(wxSysColourChangedEvent& event)
80 void wxFrame::OnSize(wxSizeEvent& event)
95 void wxFrame::SendSizeEvent()
104 void wxFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dframe.h3 // Purpose: wxFrame class
15 class WXDLLEXPORT wxFrame : public wxFrameBase class in inherits:wxFrameBase
19 wxFrame() { Init(); } function in class:wxFrame
20 wxFrame(wxWindow *parent, function in class:wxFrame
41 virtual ~wxFrame();
101 DECLARE_DYNAMIC_CLASS_NO_COPY(wxFrame)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Dogledit.h32 EditorToolPalette *CreatePalette(wxFrame *parent);
48 MyFrame(wxDocManager *manager, wxFrame *parent, const wxString& title,
53 MyCanvas *CreateCanvas(wxView *view, wxFrame *parent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dvidbase.cpp60 wxFrame *wxVideoCreateFrame(wxVideoBaseDriver *vid_drv)
62 wxFrame *frame = new wxFrame(NULL, wxID_ANY, _("Video Output"), wxDefaultPosition, wxSize(100, 100));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/minifram/
H A Dminifram.h26 MyMiniFrame(wxFrame *parent, wxWindowID id = wxID_ANY, const wxString& title = _T("wxToolBar Sample"),
36 class MyMainFrame: public wxFrame
39 MyMainFrame(wxFrame *parent, wxWindowID id = wxID_ANY, const wxString& title = _T("wxToolBar Sample"),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/memcheck/
H A Dmemcheck.cpp46 class MyFrame: public wxFrame
48 MyFrame(wxFrame *parent);
60 MyFrame *frame = new MyFrame((wxFrame *) NULL);
121 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
126 MyFrame::MyFrame(wxFrame *parent):
127 wxFrame(parent, wxID_ANY, _T("MemCheck wxWidgets Sample"), wxDefaultPosition, wxSize(400, 200))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddbbrowse.h13 class MainFrame: public wxFrame
16 MainFrame(wxFrame *frame, wxChar *title, const wxPoint& pos, const wxSize& size);

Completed in 141 milliseconds

1234567891011>>