• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/foldbar/

Lines Matching refs:wxFoldPanelBar

31 /** Default style of the wxFoldPanelBar */
39 This class is used to return a reference to the fold panel that is added by wxFoldPanelBar::AddFoldPanel(). Use
41 to obtain a parent window reference to create the controls on you want to add with wxFoldPanelBar::AddFoldPanelWindow().<br><br>
92 /** \class wxFoldPanelBar
93 The wxFoldPanelBar is a class which can maintain a list of collapsable panels. Once a panel is collapsed, only
98 wxFoldPanelBar::AddFoldPanel(). Then use the wxFoldPanelBar::AddFoldPanelWindow() to add wxWindow derived controls
99 to the current fold panel. Use wxFoldPanelBar::AddFoldPanelSeparator() to put separators between the groups of
105 class WXDLLIMPEXP_FOLDBAR wxFoldPanelBar: public wxPanel
108 DECLARE_DYNAMIC_CLASS( wxFoldPanelBar )
139 /** Two step constructor used for XRC. Use wxFoldPanelBar::Create() to create the panel. Do not call
141 wxFoldPanelBar();
145 wxFoldPanelBar( wxWindow *parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition,
149 /** wxFoldPanelBar destructor */
150 virtual ~wxFoldPanelBar();
162 Use this foldpanel to add windows to it. Please consult wxFoldPanelBar::AddFoldPanelWindow() and
163 wxFoldPanelBar::AddFoldPanelSeparator() how to add wxWindow items to the panels. */
180 The following example adds a wxFoldPanel to the wxFoldPanelBar and adds two wxWindow derived controls
185 // create the wxFoldPanelBar
186 m_pnl = new wxFoldPanelBar(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxFPB_DEFAULT_STYLE, wxFPB_COLLAPSE_TO_BOTTOM);
216 /** Returns the number of panels currently present in the wxFoldPanelBar. This is independent if they are