Member variable XbpDialog():minSize Foundation

Sets the minimum size for the dialog window.

Attribute: EXPORTED
Data type: Array | NIL
Description

By default, the instance variable :minSize contains the value NIL. This allows the dialog window to be reduced to a size determined by the operating system. To explicitly define the minimum size, an array containing two elements must be assigned to this instance variable. The first element in this array contains the size in x direction (width) and the second element contains the size in y direction (height). This corresponds to the parameter <aSize>passed to the method :new().

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.