Home
last modified time | relevance | path

Searched refs:oldMaxHeight (Results 1 – 5 of 5) sorted by relevance

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DBaseboardChoiceController.java178 Float oldMaxHeight = this.maxHeight; in setMaxHeight() local
181 oldMaxHeight, maxHeight); in setMaxHeight() local
/dports/x11-toolkits/open-motif/motif-2.3.8/clients/mwm/
H A DWmWinInfo.c766 pCD->oldMaxHeight = pCD->maxHeight; in GetWmClientInfo()
1818 pCD->oldMaxHeight = pCD->maxHeight; in ProcessWmNormalHints()
2096 pCD->oldMaxHeight = pCD->maxHeight; in ProcessWmNormalHints()
H A DWmIconBox.c1259 pCD->oldMaxHeight = pCD->maxHeight = pCD->clientHeight; in SetGeometry()
1659 pCD->oldMaxHeight = pCD->maxHeight = pCD->minHeight; in SetGranularity()
2508 pCD->oldMaxHeight = pCD->maxHeight = newHeight + pCD->baseHeight; in ResetIconBoxMaxSize()
H A DWmWinConf.c1964 (pCD->maxHeight != pCD->oldMaxHeight)) in ProcessNewConfiguration()
1989 changedValues |= (height != pCD->oldMaxHeight) ? CWHeight : 0; in ProcessNewConfiguration()
2009 pCD->clientHeight = pCD->oldMaxHeight; in ProcessNewConfiguration()
H A DWmGlobal.h1827 int oldMaxHeight; /* for good HPterm behavior */ member