Searched refs:mnButtonSize (Results 1 – 2 of 2) sorted by relevance
56 mnButtonSize = 0; in DECLARE_LIST()151 return mnButtonSize; in ImplGetButtonSize()185 mnButtonSize = nSepSize + (nButtonCount*maCtrlSize.Width()); in ImplGetButtonSize()187 mnButtonSize = nSepSize + (nButtonCount*maCtrlSize.Height()); in ImplGetButtonSize()189 return mnButtonSize; in ImplGetButtonSize()210 aDlgSize.Width() = mnButtonSize+(IMPL_DIALOG_OFFSET*2); in ImplPosControls()214 nX = aDlgSize.Width()-mnButtonSize-IMPL_DIALOG_OFFSET; in ImplPosControls()216 nX = (aDlgSize.Width()-mnButtonSize)/2; in ImplPosControls()224 aDlgSize.Height() = mnButtonSize+(IMPL_DIALOG_OFFSET*2); in ImplPosControls()226 nY = aDlgSize.Height()-mnButtonSize-IMPL_DIALOG_OFFSET; in ImplPosControls()[all …]
57 long mnButtonSize; member in ButtonDialog
Completed in 10 milliseconds