Searched refs:IsFixed (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dfontenum.cpp37 if ( fixedWidthOnly && !(*f)->IsFixed() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Drowlayoutpl.cpp63 if ( !pTheBar->IsFixed() || rowInfo.mHasOnlyFixedBars )
75 if ( !pBar->IsFixed() )
98 if ( pBar->IsFixed() )
135 if ( !pRow->mBars[i]->IsFixed() )
147 if ( !bar.IsFixed() )
181 if ( !pRow->mBars[i]->IsFixed() )
199 if ( !pRow->mBars[i]->IsFixed() )
241 if ( pBar->IsFixed() )
255 if ( !pBar->IsFixed() )
275 if ( !pBar->IsFixed() )
[all...]
H A Dbarhintspl.cpp171 if ( info.IsFixed() || ( !mCloseBoxOn && !mCollapseBoxOn ) )
243 if ( info.IsFixed() || ( !mCloseBoxOn && !mCollapseBoxOn ) )
269 if ( !info.IsFixed() )
285 if ( !pCur->IsFixed() )
362 if ( info.IsFixed() ) return false;
436 DoDrawHint( *event.mpDc, rect, pos, boxOfs, grooveOfs, event.mpBar->IsFixed() );
462 if ( !bar.IsFixed() )
H A Dcontrolbar.cpp2299 if ( !pRow->mBars[i]->IsFixed() )
2337 if ( !bar.IsFixed() )
2558 if ( pBar->IsFixed() )
2572 if ( pBar->IsFixed() )
2592 if ( !bar.IsFixed() )
2602 if ( !bar.IsFixed() )
2631 if ( !pCur->IsFixed() )
2678 if ( !pCur->IsFixed() )
3141 if ( !pBar->IsFixed() ) notFree += mProps.mMinCBarDim.x;
3161 if ( !pBar->IsFixed() )
[all...]
H A Dbardragpl.cpp214 if ( !mpCurPane || mpDraggedBar->IsFixed() ) return;
H A Dtoolwnd.cpp1038 if ( mpBar->IsFixed() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dfontenum.cpp64 if ( (!fixedWidthOnly || f->IsFixed()) &&
H A Dfontmgr.cpp144 bool wxFontBundle::IsFixed() const function in class:wxFontBundle
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/private/
H A Dfontmgr.h55 virtual bool IsFixed() const { return m_isFixed; } function in class:wxFontBundle
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/private/
H A Dfontmgr.h55 virtual bool IsFixed() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/private/
H A Dfontmgr.h103 virtual bool IsFixed() const = 0;
220 bool IsFixedWidth() const { return GetFontBundle()->IsFixed(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dfloatpane.cpp54 (pane.IsFixed()?0:wxRESIZE_BORDER)
147 if (pane.IsFixed())
H A Dframemanager.cpp1797 if (pane.IsFixed())
2205 if (!pane.IsFixed())
3869 part->dock->panes.Item(0)->IsFixed())
3873 if (part->pane && part->pane->IsFixed())
3952 part->dock->panes.Item(0)->IsFixed())
3956 if (part->pane && part->pane->IsFixed())
4176 if (p.IsFixed())
4202 if (!p.IsFixed())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dauipaneinfo.tex153 Fixed() forces a pane to be fixed size so that it cannot be resized. After calling Fixed(), IsFixed() will return true.
267 \membersection{wxAuiPaneInfo::IsFixed}\label{wxauipaneinfoisfixed}
269 \constfunc{bool}{IsFixed}{\void}
271 IsFixed() returns true if the pane cannot be resized.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstream.h457 bool IsFixed() const { return m_fixed; } function in class:wxStreamBuffer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dframemanager.h230 bool IsFixed() const { return !HasFlag(optionResizable); } function in class:wxAuiPaneInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dcontrolbar.h945 inline bool IsFixed() const { return mDimInfo.mIsFixed; } function in class:cbBarInfo

Completed in 119 milliseconds