Home | Trees | Indices | Help |
|
---|
|
object --+ | ISizeable
Interface to be implemented by components wishing to display some object that may be dynamically resized during runtime.
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
UNITS_PIXELS = 0
|
|||
UNITS_POINTS = 1
|
|||
UNITS_PICAS = 2
|
|||
UNITS_EM = 3
|
|||
UNITS_EX = 4
|
|||
UNITS_MM = 5
|
|||
UNITS_CM = 6
|
|||
UNITS_INCH = 7
|
|||
UNITS_PERCENTAGE = 8
|
|||
SIZE_UNDEFINED = -1
|
|||
UNIT_SYMBOLS =
|
|
|||
Inherited from |
|
Gets the width of the object. Negative number implies unspecified size (terminal is free to set the size).
|
Sets the width of the object. Negative number implies unspecified size (terminal is free to set the size).
|
Gets the height of the object. Negative number implies unspecified size (terminal is free to set the size).
|
Sets the height of the object. Negative number implies unspecified size (terminal is free to set the size).
|
Gets the width property units.
|
Sets the width property units.
Deprecated: Consider setting width and unit simultaneously using setWidth, which is less error-prone. |
Gets the height property units.
|
Sets the height property units.
Deprecated: Consider setting height and unit simultaneously using setHeight or which is less error-prone. |
|
UNIT_SYMBOLS
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 20 16:52:53 2013 | http://epydoc.sourceforge.net |