Searched refs:otherHint (Results 1 - 1 of 1) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridDataFactory.java230 * Sets the width hint to the minimum of current hint and given <code>otherHint</code>.
234 public GridDataFactory hintHMin(int otherHint) { argument
235 m_data.widthHint = Math.min(m_data.widthHint, otherHint);

Completed in 49 milliseconds