Searched refs:selectionGap (Results 1 – 2 of 2) sorted by relevance
77 private Size selectionGap = new Size(2, 2); field in ImageList195 (imageSize.Width + gap.Width) * cols - gap.Width + (selectionGap.Width * 2) : in create()196 imageSize.Width + (selectionGap.Width * 2); in create()212 new Integer(imageSize.Height + (selectionGap.Height * 2)), in create()475 MOVE_SELECTION_VALS[0] = new Integer(getImagePosX(col) - selectionGap.Width); in moveSelection()476 MOVE_SELECTION_VALS[1] = new Integer(getImagePosY(row) - selectionGap.Height); in moveSelection()693 return selectionGap; in getSelectionGap()825 selectionGap = size; in setSelectionGap()
64 private Size selectionGap = new Size(2, 2); field in ButtonList543 return selectionGap; in getSelectionGap()681 selectionGap = size; in setSelectionGap()
Completed in 18 milliseconds