Method | Description | |
---|---|---|
ComputeActualLabelWidth ( float inspectorWidth, |
Gets the width of a label.
|
|
PopLabelWidth ( ) : float |
Removes a stored label width.
|
|
PushLabelWidth ( |
Computes the new width that labels should be.
|
public static ComputeActualLabelWidth ( float inspectorWidth, |
||
inspectorWidth | float | The total width of the inspector |
controlLabel | /// The label for the control. This will ensure that the returned width /// can contain the entire label. /// | |
controlWidth | float | /// The total width available to the control. /// |
return | float |
public static PushLabelWidth ( |
||
controlLabel | /// The label for the control. The width will be able to contain the /// label. /// | |
controlWidth | float | /// The total width available to the control. /// |
return | float |