Searched refs:wxFrame (Results 301 - 325 of 416) sorted by relevance

<<11121314151617

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dmenu.cpp180 // the parent window is known after wxFrame::SetMenu()
334 void wxMenuBar::Attach(wxFrame *frame)
389 // m_invokingWindow is set after wxFrame::SetMenuBar(). This call enables
401 wxFrame *frame = wxDynamicCast( m_invokingWindow, wxFrame );
451 wxFrame *frame = wxDynamicCast( m_invokingWindow, wxFrame );
634 wxFrame* frame = NULL;
638 // FIXME: why do we have to call wxFrame::GetEventHandler() directly here?
H A Dtoplevel.cpp801 wxFrame* frame = wxDynamicCast(this, wxFrame);
822 wxFrame* frame = wxDynamicCast(this, wxFrame);
1135 /* wxMDIChildFrame derives from wxFrame but it _is_ a wxWindow as it uses
1137 set in wxFrame::Create so it is used to check what kind of frame we
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstatusbr.tex38 \helpref{wxFrame}{wxframe}, \helpref{Status bar sample}{samplestatbar}
192 \helpref{wxStatusBar::GetStatusText}{wxstatusbargetstatustext}, \helpref{wxFrame::SetStatusText}{wxframesetstatustext}
228 \helpref{wxStatusBar::SetFieldsCount}{wxstatusbarsetfieldscount}, \helpref{wxFrame::SetStatusWidths}{wxframesetstatuswidths}
H A Dmenuevt.tex32 by \helpref{wxFrame}{wxframe}}
H A Dtguide.tex6 An application must have a top-level \helpref{wxFrame}{wxframe} or \helpref{wxDialog}{wxdialog} window.
H A Dtdelwin.tex55 The default close event handler for wxFrame destroys the frame using Destroy().
114 (\helpref{wxFrame}{wxframe} or \helpref{wxDialog}{wxdialog}), is destroyed. Put
H A Dtimer.tex134 class MyFrame : public wxFrame
144 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
H A Dauimanager.tex8 for a particular wxFrame, using a pane's wxAuiPaneInfo information to
129 Constructor. \arg{managed\_wnd} specifies the wxFrame which should be managed.
311 Uninitializes the framework and should be called before a managed frame or window is destroyed. UnInit() is usually called in the managed wxFrame's destructor. It is necessary to call this function before the managed frame or window is destroyed, otherwise the manager cannot remove its custom event handlers from a window.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/cube/
H A Dcube.cpp426 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
436 : wxFrame(parent, wxID_ANY, title, pos, size, style)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/emulator/src/
H A Demulator.cpp61 BEGIN_EVENT_TABLE(wxEmulatorFrame, wxFrame)
265 : wxFrame(NULL, wxID_ANY, title, pos, size)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dprintdlg.cpp129 wxMacPageMarginsDialog::wxMacPageMarginsDialog(wxFrame *parent, wxPageSetupData *data) :
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/treectrl/
H A Dtreetest.h146 class MyFrame: public wxFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/xrc/
H A Dmyframe.cpp78 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dframemanager.cpp85 class wxPseudoTransparentFrame : public wxFrame
95 : wxFrame(parent, id, title, pos, size, style | wxFRAME_SHAPED, name)
208 IMPLEMENT_DYNAMIC_CLASS(wxPseudoTransparentFrame, wxFrame)
210 BEGIN_EVENT_TABLE(wxPseudoTransparentFrame, wxFrame)
241 class wxPseudoTransparentFrame: public wxFrame
278 IMPLEMENT_DYNAMIC_CLASS(wxPseudoTransparentFrame, wxFrame)
739 void wxAuiManager::SetFrame(wxFrame* frame)
744 wxFrame* wxAuiManager::GetFrame() const
746 return (wxFrame*)m_frame;
775 if (w->IsKindOf(CLASSINFO(wxFrame)))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dmainfrm.cpp55 csFrame::csFrame(wxDocManager* manager, wxFrame *parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style):
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/poem/
H A Dwxpoem.cpp112 BEGIN_EVENT_TABLE(MainWindow, wxFrame)
118 MainWindow::MainWindow(wxFrame *frame, wxWindowID id, const wxString& title,
120 wxFrame(frame, id, title, pos, size, style)
592 MyCanvas::MyCanvas(wxFrame *frame):
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dialogs/
H A Ddialogs.h177 class MyFrame: public wxFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docvwmdi/
H A Dview.cpp113 SetFrame((wxFrame*)NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/font/
H A Dfont.cpp86 class MyFrame : public wxFrame
189 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
257 : wxFrame((wxFrame *)NULL, wxID_ANY, title, pos, size), m_textctrl(NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/menu/
H A Dmenu.cpp74 class MyFrame: public wxFrame
266 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
367 : wxFrame((wxFrame *)NULL, wxID_ANY, _T("wxWidgets menu sample"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dwinuniv.cpp1310 wxFrame *frame = wxDynamicCast(win, wxFrame);
1359 wxFrame *frame = wxDynamicCast(win, wxFrame);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dframemanager.h402 wxFrame* frame; // floating frame window that holds the pane
511 wxDEPRECATED( void SetFrame(wxFrame* frame) );
512 wxDEPRECATED( wxFrame* GetFrame() const );
627 wxFrame* m_hint_wnd; // transparent hint window, if supported by platform
H A Dtabmdi.h39 class WXDLLIMPEXP_AUI wxAuiMDIParentFrame : public wxFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dmdig.h38 class WXDLLEXPORT wxGenericMDIParentFrame: public wxFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dmenu.cpp180 // the parent window is known after wxFrame::SetMenu()
372 // m_invokingWindow is set after wxFrame::SetMenuBar(). This call enables
384 wxFrame *frame = wxDynamicCast( m_invokingWindow, wxFrame );
434 wxFrame *frame = wxDynamicCast( m_invokingWindow, wxFrame );
627 wxFrame* frame = NULL;
631 // FIXME: why do we have to call wxFrame::GetEventHandler() directly here?

Completed in 407 milliseconds

<<11121314151617