Home
last modified time | relevance | path

Searched refs:_minHeight (Results 1 – 25 of 66) sorted by relevance

123

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/mdi/lib/
H A DXsResizeOutline.C33 _minHeight = 5; in XsResizeOutline()
91 _minHeight = minHeight; in setMinSize()
153 if (curY < (_origRootY + _origH - 1 - _minHeight)) in _motionHandler()
162 _rootY = _origRootY + _origH - 1 - _minHeight; in _motionHandler()
163 _y = _origY + _origH - 1 - _minHeight; in _motionHandler()
164 _height = _minHeight; in _motionHandler()
169 if (curY > (_origRootY + _minHeight)) in _motionHandler()
172 _height = _minHeight; in _motionHandler()
H A DXsResizeOutline.h62 int _minWidth, _minHeight; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/mdi/lib/
H A DXsResizeOutline.C33 _minHeight = 5; in XsResizeOutline()
91 _minHeight = minHeight; in setMinSize()
153 if (curY < (_origRootY + _origH - 1 - _minHeight)) in _motionHandler()
162 _rootY = _origRootY + _origH - 1 - _minHeight; in _motionHandler()
163 _y = _origY + _origH - 1 - _minHeight; in _motionHandler()
164 _height = _minHeight; in _motionHandler()
169 if (curY > (_origRootY + _minHeight)) in _motionHandler()
172 _height = _minHeight; in _motionHandler()
H A DXsResizeOutline.h62 int _minWidth, _minHeight; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/mdi/lib/
H A DXsResizeOutline.C33 _minHeight = 5; in XsResizeOutline()
91 _minHeight = minHeight; in setMinSize()
153 if (curY < (_origRootY + _origH - 1 - _minHeight)) in _motionHandler()
162 _rootY = _origRootY + _origH - 1 - _minHeight; in _motionHandler()
163 _y = _origY + _origH - 1 - _minHeight; in _motionHandler()
164 _height = _minHeight; in _motionHandler()
169 if (curY > (_origRootY + _minHeight)) in _motionHandler()
172 _height = _minHeight; in _motionHandler()
H A DXsResizeOutline.h62 int _minWidth, _minHeight; variable
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_object.h30 return _minHeight; in minHeight()
44 _minHeight = size.height(); in setOptimalSize()
56 int _minHeight = 0; variable
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/datamatrix/
H A DDMEncoderContext.h38 int _minHeight = -1; variable
58 _minHeight = minHeight; in setSizeConstraints()
125 _symbolInfo = SymbolInfo::Lookup(len, _shape, _minWidth, _minHeight, _maxWidth, _maxHeight); in updateSymbolInfo()
H A DDMWriter.h46 _minHeight = height; in setMinSize()
60 int _quiteZone = 1, _minWidth = -1, _minHeight = -1, _maxWidth = -1, _maxHeight = -1; variable
H A DDMWriter.cpp105 auto encoded = Encode(contents, _shapeHint, _minWidth, _minHeight, _maxWidth, _maxHeight); in encode()
106 …const SymbolInfo* symbolInfo = SymbolInfo::Lookup(Size(encoded), _shapeHint, _minWidth, _minHeight in encode()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWidget/
H A DWidget.cpp37 _minHeight (0.0f) { in Widget()
84 _minHeight (widget._minHeight) { in Widget()
124 if(h != -1.0f && h < _minHeight) { in setDimensions()
128 << ", but the minimum height is " << _minHeight in setDimensions()
132 h = _minHeight; in setDimensions()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/
H A DWidget.cpp37 _minHeight (0.0f) { in Widget()
84 _minHeight (widget._minHeight) { in Widget()
124 if(h != -1.0f && h < _minHeight) { in setDimensions()
128 << ", but the minimum height is " << _minHeight in setDimensions()
132 h = _minHeight; in setDimensions()
/dports/deskutils/egroupware/egroupware/api/js/etemplate/
H A Det2_widget_dynheight.ts35 constructor(_outerNode, _innerNode, _minHeight)
39 this.minHeight = _minHeight;
/dports/cad/gmsh/gmsh-4.9.2-source/Fltk/
H A DgraphicWindow.h41 int _minWidth, _minHeight; variable
58 int getMinHeight() { return _minHeight; } in getMinHeight()
/dports/games/burrtools/burrtools-0.6.3/src/gui/
H A DLayouter.h85 int _minWidth, _minHeight; variable
89 …X(STRETCH), _stretchY(STRETCH), _pitch(0), _weightX(0), _weightY(0), _minWidth(0), _minHeight(0) {} in _gridX()
94 int getMinHeight(void) const { return _minHeight; } in getMinHeight()
156 _minHeight = minHeight; in setMinimumSize()
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DFXLFOParamValue.cpp139 void FXLFOParamValue::setMinSize(FXint _minWidth,FXint _minHeight) in setMinSize() argument
142 minHeight=_minHeight; in setMinSize()
H A DFXConstantParamValue.cpp145 void FXConstantParamValue::setMinSize(FXint _minWidth,FXint _minHeight)
148 minHeight=_minHeight;
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DTerrainTileModel139 void setMinHeight(float value) { _minHeight = value; }
140 float getMinHeight() const { return _minHeight; }
150 float _minHeight, _maxHeight;
H A DTerrainTileModel.cpp35 _minHeight( FLT_MAX ), in TerrainTileElevationModel()
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DMainWindow.cxx51 void MainWindow::setMinSize(int _minWidth, int _minHeight) in setMinSize() argument
54 minHeight = _minHeight; in setMinSize()
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DMainWindow.cxx51 void MainWindow::setMinSize(int _minWidth, int _minHeight) in setMinSize() argument
54 minHeight = _minHeight; in setMinSize()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/controls/
H A DVScrollBar.as209 return _minHeight;
226 measuredHeight = _minHeight;
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/controls/
H A DVScrollBar.as182 return _minHeight;
199 measuredHeight = _minHeight;
H A DHScrollBar.as175 return _minHeight;
235 measuredWidth = _minHeight;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/admin_log/
H A Dhistory_admin_log_inner.h78 _minHeight = minHeight; in resizeToWidth()
276 int _minHeight = 0; variable

123