Searched refs:m_leftWindow1 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/foldbar/extended/
H A Dextended.cpp93 m_leftWindow1 = new wxSashLayoutWindow(this, ID_WINDOW_LEFT1,
97 m_leftWindow1->SetDefaultSize(wxSize(160, 1000));
98 m_leftWindow1->SetOrientation(wxLAYOUT_VERTICAL);
99 m_leftWindow1->SetAlignment(wxLAYOUT_LEFT);
100 m_leftWindow1->SetSashVisible(wxSASH_RIGHT, true);
101 m_leftWindow1->SetExtraBorderSize(0);
119 m_leftWindow1->Show(!m_leftWindow1->IsShown());
132 m_leftWindow1->SetDefaultSize(wxSize(event.GetDragRect().width, 1000));
175 m_leftWindow1
[all...]
H A Dextended.h68 wxSashLayoutWindow* m_leftWindow1; member in class:MyFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sashtest/
H A Dsashtest.h47 wxSashLayoutWindow* m_leftWindow1; member in class:MyFrame
H A Dsashtest.cpp143 m_leftWindow1 = win;
170 if (m_leftWindow1->IsShown())
172 m_leftWindow1->Show(false);
176 m_leftWindow1->Show(true);
198 m_leftWindow1->SetDefaultSize(wxSize(event.GetDragRect().width, 1000));

Completed in 40 milliseconds