Searched refs:IsCollapsed (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcollpaneg.cpp134 return m_strLabel + (IsCollapsed() ? wxT(" >>") : wxT(" <<"));
173 if (IsCollapsed())
181 if ( IsCollapsed() )
211 if ( IsCollapsed() == collapse )
286 Collapse(!IsCollapsed());
289 wxCollapsiblePaneEvent ev(this, GetId(), IsCollapsed());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcollpane.h38 virtual bool IsCollapsed() const = 0;
39 bool IsExpanded() const { return !IsCollapsed(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcollpane.cpp47 // we try to query the "collapsed" status through p->IsCollapsed(), we
48 // get the right value. I.e. here p->IsCollapsed() will return false if
51 // p->IsCollapsed() would return the wrong value!
97 wxCollapsiblePaneEvent ev(p, p->GetId(), p->IsCollapsed());
166 wxCollapsiblePaneEvent ev(p, p->GetId(), p->IsCollapsed());
269 if (IsCollapsed() == collapse)
280 bool wxCollapsiblePane::IsCollapsed() const function in class:wxCollapsiblePane
285 return wxGenericCollapsiblePane::IsCollapsed();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dcollpane.h55 bool IsCollapsed() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/foldbar/
H A Dfoldpanelitem.h203 return !m_captionBar->IsCollapsed();
229 if(m_captionBar->IsCollapsed())
H A Dcaptionbar.h339 bool IsCollapsed() const { function in class:wxCaptionBar
435 return !m_captionBar->IsCollapsed();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dcollpaneg.h68 virtual bool IsCollapsed() const function in class:wxGenericCollapsiblePane
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/collpane/
H A Dcollpane.cpp235 GetMenuBar()->Enable(PANE_COLLAPSE, !m_collPane->IsCollapsed());
236 GetMenuBar()->Enable(PANE_EXPAND, m_collPane->IsCollapsed());
288 m_collPane->Collapse(!m_collPane->IsCollapsed());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/foldbar/
H A Dfoldpanelitem.cpp175 if(m_captionBar->IsCollapsed())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcollpane.tex135 \membersection{wxCollapsiblePane::IsCollapsed}\label{wxcollapsiblepaneiscollapsed}
137 \constfunc{bool}{IsCollapsed}{\void}

Completed in 120 milliseconds