Lines Matching refs:wxAuiMDIClientWindow

248 wxAuiMDIClientWindow *wxAuiMDIParentFrame::GetClientWindow() const  in GetClientWindow()
253 wxAuiMDIClientWindow *wxAuiMDIParentFrame::OnCreateClient() in OnCreateClient()
255 m_pClientWindow = new wxAuiMDIClientWindow( this ); in OnCreateClient()
358 wxAuiMDIClientWindow* client_window = GetClientWindow(); in Tile()
426 wxAuiMDIClientWindow* pClientWindow = pParentFrame->GetClientWindow(); in ~wxAuiMDIChildFrame()
448 wxAuiMDIClientWindow* pClientWindow = parent->GetClientWindow(); in Create()
484 wxAuiMDIClientWindow* pClientWindow = pParentFrame->GetClientWindow(); in Destroy()
543 wxAuiMDIClientWindow* pClientWindow = pParentFrame->GetClientWindow(); in SetTitle()
585 wxAuiMDIClientWindow* pClientWindow = pParentFrame->GetClientWindow(); in SetIcon()
608 wxAuiMDIClientWindow* pClientWindow = pParentFrame->GetClientWindow(); in Activate()
710 IMPLEMENT_DYNAMIC_CLASS(wxAuiMDIClientWindow, wxAuiNotebook) in IMPLEMENT_DYNAMIC_CLASS() argument
712 BEGIN_EVENT_TABLE(wxAuiMDIClientWindow, wxAuiNotebook) in IMPLEMENT_DYNAMIC_CLASS()
713 EVT_AUINOTEBOOK_PAGE_CHANGED(wxID_ANY, wxAuiMDIClientWindow::OnPageChanged) in IMPLEMENT_DYNAMIC_CLASS()
714 EVT_AUINOTEBOOK_PAGE_CLOSE(wxID_ANY, wxAuiMDIClientWindow::OnPageClose) in IMPLEMENT_DYNAMIC_CLASS()
715 EVT_SIZE(wxAuiMDIClientWindow::OnSize) in IMPLEMENT_DYNAMIC_CLASS()
718 wxAuiMDIClientWindow::wxAuiMDIClientWindow() in IMPLEMENT_DYNAMIC_CLASS()
722 wxAuiMDIClientWindow::wxAuiMDIClientWindow(wxAuiMDIParentFrame* parent, long style) in wxAuiMDIClientWindow() function in wxAuiMDIClientWindow
727 wxAuiMDIClientWindow::~wxAuiMDIClientWindow() in ~wxAuiMDIClientWindow()
731 bool wxAuiMDIClientWindow::CreateClient(wxAuiMDIParentFrame* parent, long style) in CreateClient()
757 int wxAuiMDIClientWindow::SetSelection(size_t nPage) in SetSelection()
762 void wxAuiMDIClientWindow::PageChanged(int old_selection, int new_selection) in PageChanged()
809 void wxAuiMDIClientWindow::OnPageClose(wxAuiNotebookEvent& evt) in OnPageClose()
822 void wxAuiMDIClientWindow::OnPageChanged(wxAuiNotebookEvent& evt) in OnPageChanged()
827 void wxAuiMDIClientWindow::OnSize(wxSizeEvent& evt) in OnSize()