Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx344 int nPopupLabelMaxWidth = 0; in createUserPane() local
385 if (nPopupLabelMaxWidth < tfWidth) { in createUserPane()
386 nPopupLabelMaxWidth = tfWidth; in createUserPane()
449 …int nLongestPopupWidth = nPopupMaxWidth + nPopupLabelMaxWidth + kAquaSpaceBetweenControls - kAquaS… in createUserPane()
827 int nPopupLabelMaxWidth = 0; in layoutControls() local
844 if (nPopupLabelMaxWidth < nLabelWidth) { in layoutControls()
845 nPopupLabelMaxWidth = nLabelWidth; in layoutControls()
854 …int nLongestPopupWidth = nPopupMaxWidth + nPopupLabelMaxWidth + kAquaSpaceBetweenControls - kAquaS… in layoutControls()

Completed in 20 milliseconds