Searched refs:wxFrame (Results 326 - 350 of 416) sorted by relevance

<<11121314151617

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmenu.cpp784 // m_invokingWindow is set after wxFrame::SetMenuBar(). This call enables
832 void wxMenuBar::SetInvokingWindow(wxFrame *frame)
849 void wxMenuBar::Attach(wxFrame *frame)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dtoolbar.cpp632 wxFrame *frame = wxDynamicCast(GetParent(), wxFrame);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddisplay.cpp788 wxFrame *frameTop = wxDynamicCast(winTop, wxFrame);
H A Dapp.cpp178 wxWindow *winActive = new wxFrame
H A Ddragimag.cpp363 if (fullScreenRect->GetParent() && !fullScreenRect->IsKindOf(CLASSINFO(wxFrame)))
H A Dtbar95.cpp335 wxFrame *frame = wxDynamicCast(GetParent(), wxFrame);
1358 wxFrame *frame = wxDynamicCast(GetParent(), wxFrame);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dutils.h50 class WXDLLIMPEXP_FWD_CORE wxFrame; variable in typeref:class:WXDLLIMPEXP_FWD_CORE
589 WXDLLEXPORT int wxFindMenuItemId(wxFrame *frame, const wxString& menuString, const wxString& itemString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtoolbar.cpp568 wxFrame *frame = wxDynamicCast(GetParent(), wxFrame);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcloseevt.tex35 event applies to wxFrame and wxDialog classes.}
H A Dprevwin.tex126 \helpref{wxFrame}{wxframe}\\
H A Dthreadh.tex11 For example, \helpref{wxFrame}{wxframe} may need to make some calculations
H A Dmdi.tex8 \helpref{wxFrame}{wxframe}\\
54 \helpref{wxFrame}{wxframe}
180 \helpref{wxFrame}{wxframe}
230 \helpref{wxFrame}{wxframe}\\
245 within the parent frame) or \helpref{wxFrame}{wxframe} (shown as a top-level frame).
288 \helpref{wxFrame}{wxframe}, \helpref{wxDialog}{wxdialog}
H A Dlog.tex717 \func{}{wxLogWindow}{\param{wxFrame }{*parent}, \param{const wxChar }{*title}, \param{bool }{show = {\tt true}}, \param{bool }{passToOld = {\tt true}}}
742 \constfunc{wxFrame *}{GetFrame}{\void}
749 \func{virtual void}{OnFrameCreate}{\param{wxFrame }{*frame}}
756 \func{virtual bool}{OnFrameClose}{\param{wxFrame }{*frame}}
771 \func{virtual void}{OnFrameDelete}{\param{wxFrame }{*frame}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dprintdlg.cpp204 wxMacPageMarginsDialog::wxMacPageMarginsDialog(wxFrame *parent, wxPageSetupData *data) :
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/typetest/
H A Dtypetest.cpp76 MyFrame *frame = new MyFrame((wxFrame *) NULL, _T("wxWidgets Types Demo"),
1059 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
1065 MyFrame::MyFrame(wxFrame *parent, const wxString& title,
1067 : wxFrame(parent, wxID_ANY, title, pos, size)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlaywin.cpp222 bool wxLayoutAlgorithm::LayoutFrame(wxFrame* frame, wxWindow* mainWindow)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpctrl.cpp328 wxFrame* wxHtmlHelpController::GetFrameParameters(wxSize *size,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp927 class wxSTCListBoxWin : public wxFrame {
934 wxFrame(parent, id, wxEmptyString, wxPoint(location.x, location.y), wxSize(0,0),
1040 wxFrame::DoSetSize(x, y, width, height, sizeFlags);
1045 bool rv = wxFrame::Show(show);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtoolbar.cpp484 if (GetParent()->IsKindOf(CLASSINFO(wxFrame)))
486 wxFrame* pFrame = wxDynamicCast(GetParent(), wxFrame);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/fl/
H A Dfl_demo2.cpp130 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
155 MyFrame::MyFrame(wxFrame *frame, const wxChar *title, int x, int y, int w, int h)
156 : wxFrame(frame, wxID_ANY, title, wxPoint(x, y), wxSize(w, h)),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dlife.cpp100 BEGIN_EVENT_TABLE(LifeFrame, wxFrame)
185 wxFrame( (wxFrame *) NULL, wxID_ANY, _("Life!"), wxDefaultPosition ),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/combo/
H A Dcombo.cpp70 class MyFrame : public wxFrame
128 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
707 : wxFrame(NULL, wxID_ANY, title)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2rtf.cpp641 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
663 MyFrame::MyFrame(wxFrame *frame, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size):
664 wxFrame(frame, id, title, pos, size)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dwxcasframe.cpp56 wxFrame ( ( wxFrame * ) NULL, -1, title, wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE )
263 BEGIN_EVENT_TABLE ( WxCasFrame, wxFrame )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp75 MyPanel(wxFrame *frame, int x, int y, int w, int h);
178 class MyFrame: public wxFrame
597 MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
1729 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
1750 : wxFrame(NULL, wxID_ANY, title, wxPoint(x, y), wxSize(700, 450))

Completed in 165 milliseconds

<<11121314151617