Searched refs:nPopupMaxWidth (Results 1 – 1 of 1) sorted by relevance
343 int nPopupMaxWidth = 0; in createUserPane() local404 if (nPopupMaxWidth < nControlWidth) { in createUserPane()405 nPopupMaxWidth = nControlWidth; in createUserPane()449 …int nLongestPopupWidth = nPopupMaxWidth + nPopupLabelMaxWidth + kAquaSpaceBetweenControls - kAquaS… in createUserPane()826 int nPopupMaxWidth = 0; in layoutControls() local838 if (nPopupMaxWidth < nControlWidth) { in layoutControls()839 nPopupMaxWidth = nControlWidth; in layoutControls()854 …int nLongestPopupWidth = nPopupMaxWidth + nPopupLabelMaxWidth + kAquaSpaceBetweenControls - kAquaS… in layoutControls()888 …int totalWidth = nPopupMaxWidth + labelFrame.size.width + kAquaSpaceBetweenControls - kAquaSpacePo… in layoutControls()900 controlRect.size.width = nPopupMaxWidth; in layoutControls()[all …]
Completed in 17 milliseconds