Searched defs:IsVertical (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dscrolbar.h47 bool IsVertical() const { return (m_windowStyle & wxVERTICAL) != 0; } function in class:wxScrollBarBase
H A Dstatline.h44 bool IsVertical() const { return (GetWindowStyle() & wxLI_VERTICAL) != 0; } function in class:wxStaticLineBase
H A Dgauge.h78 bool IsVertical() const { return HasFlag(wxGA_VERTICAL); } function in class:wxGaugeBase
H A Dspinbutt.h61 bool IsVertical() const { return (m_windowStyle & wxSP_VERTICAL) != 0; } function in class:wxSpinButtonBase
H A Dbookctrl.h153 bool IsVertical() const { return HasFlag(wxBK_BOTTOM | wxBK_TOP); } function in class:wxBookCtrlBase
H A Dtbarbase.h423 bool IsVertical() const { return HasFlag(wxTB_LEFT | wxTB_RIGHT); } function in class:wxToolBarBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dspinbutt.h55 inline bool IsVertical(void) const {return ((m_windowStyle & wxSP_VERTICAL) != 0); } function in class:wxSpinButton
H A Dstatline.h43 inline bool IsVertical(void) const { return((GetWindowStyleFlag() & wxLI_VERTICAL) != 0); } function in class:wxStaticLine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dgauge.h57 bool IsVertical() const { return (GetWindowStyle() & wxGA_VERTICAL) != 0; } function in class:wxGauge
H A Dspinbutt.h52 virtual bool IsVertical() const { return wxSpinButtonBase::IsVertical(); } function in class:wxSpinButton
H A Dslider.h105 virtual bool IsVertical() const { return IsVert(); } function in class:wxSlider
H A Dscrolbar.h115 virtual bool IsVertical() const { return wxScrollBarBase::IsVertical(); } function in class:wxScrollBar
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dgauge.h59 bool IsVertical() const { return HasFlag(wxGA_VERTICAL); } function in class:wxGauge
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dgauge.h73 bool IsVertical() const { return HasFlag(wxGA_VERTICAL); } function in class:wxGauge
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dscrolbar.h49 bool IsVertical() const { return (m_windowStyle & wxVERTICAL) != 0; } function in class:wxScrollBar
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dscrolbar.h49 bool IsVertical() const { return (m_windowStyle & wxVERTICAL) != 0; } function in class:wxScrollBar
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/foldbar/
H A Dfoldpanelbar.h222 inline bool IsVertical() const function in class:wxFoldPanelBar
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/foldbar/
H A Dfoldpanelitem.cpp242 bool wxFoldPanelItem::IsVertical() const function in class:wxFoldPanelItem
H A Dcaptionbar.cpp410 bool wxCaptionBar::IsVertical() const function in class:wxCaptionBar
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dchoicece.cpp45 #define IsVertical(wxStyle) ( (wxStyle & wxSP_HORIZONTAL) != wxSP_HORIZONTAL ) macro
H A Dtextctrlce.cpp40 #define IsVertical(wxStyle) (true) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dnotebook.cpp673 bool wxNotebook::IsVertical() const function in class:wxNotebook
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dframemanager.h751 bool IsVertical() const { return (dock_direction == wxAUI_DOCK_LEFT || function in class:wxAuiDockInfo

Completed in 270 milliseconds