• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/

Lines Matching refs:wxFrameBase

42 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()
76 wxFrameBase::~wxFrameBase()
81 wxFrame *wxFrameBase::New(wxWindow *parent,
92 void wxFrameBase::DeleteAllBars()
119 bool wxFrameBase::IsOneOfBars(const wxWindow *win) const
146 wxPoint wxFrameBase::GetClientAreaOrigin() const
172 void wxFrameBase::SendSizeEvent()
196 bool wxFrameBase::ProcessCommand(int id)
233 void wxFrameBase::UpdateWindowUI(long flags)
264 void wxFrameBase::OnMenuHighlight(wxMenuEvent& event)
272 void wxFrameBase::OnMenuOpen(wxMenuEvent& event)
274 void wxFrameBase::OnMenuOpen(wxMenuEvent& WXUNUSED(event))
282 void wxFrameBase::OnMenuClose(wxMenuEvent& WXUNUSED(event))
301 void wxFrameBase::OnInternalIdle()
317 wxStatusBar* wxFrameBase::CreateStatusBar(int number,
332 wxStatusBar *wxFrameBase::OnCreateStatusBar(int number,
344 void wxFrameBase::SetStatusText(const wxString& text, int number)
351 void wxFrameBase::SetStatusWidths(int n, const int widths_field[] )
360 void wxFrameBase::PushStatusText(const wxString& text, int number)
367 void wxFrameBase::PopStatusText(int number)
374 bool wxFrameBase::ShowMenuHelp(wxStatusBar *WXUNUSED(statbar), int menuId)
402 void wxFrameBase::SetStatusBar(wxStatusBar *statBar)
418 void wxFrameBase::DoGiveHelp(const wxString& text, bool show)
481 wxToolBar* wxFrameBase::CreateToolBar(long style,
507 wxToolBar* wxFrameBase::OnCreateToolBar(long style,
522 void wxFrameBase::SetToolBar(wxToolBar *toolbar)
544 void wxFrameBase::DoMenuUpdates(wxMenu* menu)
559 void wxFrameBase::DetachMenuBar()
568 void wxFrameBase::AttachMenuBar(wxMenuBar *menubar)
577 void wxFrameBase::SetMenuBar(wxMenuBar *menubar)