Searched refs:wxFrameBase (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dframecmn.cpp42 BEGIN_EVENT_TABLE(wxFrameBase, wxTopLevelWindow)
43 EVT_MENU_OPEN(wxFrameBase::OnMenuOpen)
44 EVT_MENU_CLOSE(wxFrameBase::OnMenuClose)
46 EVT_MENU_HIGHLIGHT_ALL(wxFrameBase::OnMenuHighlight)
59 wxFrameBase::wxFrameBase() function in class:wxFrameBase
76 wxFrameBase::~wxFrameBase()
81 wxFrame *wxFrameBase::New(wxWindow *parent,
92 void wxFrameBase
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dframuniv.cpp40 BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
132 wxFrameBase::DetachMenuBar();
138 wxFrameBase::AttachMenuBar(menubar);
158 wxStatusBar *bar = wxFrameBase::CreateStatusBar(number, style, id, name);
169 if ( wxFrameBase::CreateToolBar(style, id, name) )
204 wxPoint pt = wxFrameBase::GetClientAreaOrigin();
228 wxFrameBase::DoGetClientSize(width, height);
285 wxFrameBase::DoSetClientSize(width, height);
290 wxSize size = wxFrameBase::GetMinSize();
321 if (!wxFrameBase
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dframe.h52 class WXDLLEXPORT wxFrameBase : public wxTopLevelWindow class in inherits:wxTopLevelWindow
56 wxFrameBase();
57 virtual ~wxFrameBase();
235 DECLARE_NO_COPY_CLASS(wxFrameBase)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dframe.cpp31 BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
229 wxFrameBase::DetachMenuBar();
244 wxFrameBase::AttachMenuBar( menuBar );
298 return wxFrameBase::MacIsChildOfClientArea( child ) ;
342 if ( wxFrameBase::CreateToolBar(style, id, name) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dframe.cpp31 BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
240 wxFrameBase::DetachMenuBar();
245 wxFrameBase::AttachMenuBar(menuBar);
295 if ( wxFrameBase::CreateToolBar(style, id, name) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dframe.h19 class WXDLLEXPORT wxFrame : public wxFrameBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dframe.h15 class WXDLLEXPORT wxFrame : public wxFrameBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dframe.cpp559 wxFrameBase::OnInternalIdle();
629 wxFrameBase::DetachMenuBar();
634 wxFrameBase::AttachMenuBar(menuBar);
705 m_frameToolBar = wxFrameBase::CreateToolBar( style, id, name );
718 wxFrameBase::SetToolBar(toolbar);
756 return wxFrameBase::CreateStatusBar( number, style, id, name );
763 wxFrameBase::SetStatusBar(statbar);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dframe.cpp515 wxFrameBase::OnInternalIdle();
570 wxFrameBase::DetachMenuBar();
575 wxFrameBase::AttachMenuBar(menuBar);
638 m_frameToolBar = wxFrameBase::CreateToolBar( style, id, name );
651 wxFrameBase::SetToolBar(toolbar);
689 return wxFrameBase::CreateStatusBar( number, style, id, name );
696 wxFrameBase::SetStatusBar(statbar);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dframe.h18 class WXDLLEXPORT wxFrame: public wxFrameBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dframe.h28 class WXDLLIMPEXP_CORE wxFrame : public wxFrameBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dframe.h28 class WXDLLIMPEXP_CORE wxFrame : public wxFrameBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dframe.h26 class WXDLLEXPORT wxFrame: public wxFrameBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dframe.h27 class WXDLLEXPORT wxFrame: public wxFrameBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dframe.cpp72 BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
448 wxFrameBase::AttachMenuBar(menubar);
604 return wxFrameBase::ShowFullScreen(show, style);
620 if ( wxFrameBase::CreateToolBar(style, id, name) )
979 return wxFrameBase::HandleCommand(id, cmd, control);
1096 rc = wxFrameBase::MSWWindowProc(message, wParam, lParam);
H A Dmdi.cpp314 wxFrameBase::DoMenuUpdates(menu);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dframe.cpp89 BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
476 wxFrameBase::SetIcons( icons );
580 if ( wxFrameBase::CreateToolBar(style, id, name) )
590 wxFrameBase::SetToolBar(toolbar);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dframe.h15 class WXDLLEXPORT wxFrame : public wxFrameBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dframe.h15 class WXDLLEXPORT wxFrame : public wxFrameBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dframe.cpp51 BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
183 wxFrameBase::Raise();
205 pStatusBar = wxFrameBase::OnCreateStatusBar( nNumber
299 wxToolBar* pToolBar = wxFrameBase::OnCreateToolBar( lStyle
367 wxFrameBase::AttachMenuBar(pMenubar);
631 return wxFrameBase::ShowFullScreen(bShow, lStyle);
668 if (wxFrameBase::CreateToolBar( lStyle
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dframe.cpp64 BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dframe.h20 class WXDLLEXPORT wxFrame : public wxFrameBase

Completed in 194 milliseconds