Searched refs:AddFoldPanel (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/foldpanelbar/
H A Dfoldpanelbartest.cpp171 wxFoldPanel item = bar->AddFoldPanel(_T("Test me"), false);
174 item = bar->AddFoldPanel(_T("Test me too!"), true);
183 item = bar->AddFoldPanel(_T("Some opinions ..."), false);
201 item = bar->AddFoldPanel(_T("Choose one ..."), false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/foldbar/extended/
H A Dextended.cpp181 wxFoldPanel item = m_pnl->AddFoldPanel(_T("Caption colours"), false);
243 item = m_pnl->AddFoldPanel(_T("Caption style"), false);
269 item = m_pnl->AddFoldPanel(_T("Misc stuff"), true, cs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/foldbar/
H A Dfoldpanelbar.h39 This class is used to return a reference to the fold panel that is added by wxFoldPanelBar::AddFoldPanel(). Use
77 wxFoldPanel item = m_pnl->AddFoldPanel(wxT("Test me"), false);
98 wxFoldPanelBar::AddFoldPanel(). Then use the wxFoldPanelBar::AddFoldPanelWindow() to add wxWindow derived controls
164 wxFoldPanel AddFoldPanel(const wxString &caption, bool collapsedInitially = false,
189 wxFoldPanel item = m_pnl->AddFoldPanel(wxT("Test me"), false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/foldbar/
H A Dfoldpanelbar.cpp111 wxFoldPanel wxFoldPanelBar::AddFoldPanel(const wxString &caption, bool collapsedInitially, const wxCaptionBarStyle &style) function in class:wxFoldPanelBar

Completed in 44 milliseconds