push_preferred_width
Description:
[ Version ( since = "3.0" ) ]
public void push_preferred_width (int minimum_width, int natural_width)
public void push_preferred_width (int minimum_width, int natural_width)
Causes the minimum and/or natural width to grow if the new proposed sizes exceed the current minimum and natural width.
This is used by CellAreaContext implementations during the request process over a series of TreeModel rows to progressively push the requested width over a series of get_preferred_width requests.
Parameters:
this | |
minimum_width |
the proposed new minimum width for this |
natural_width |
the proposed new natural width for this |