DesktopWindow class abstract
- Implementers
Constructors
Properties
- alignment ↔ Alignment?
-
getter/setter pair
- borderSize → double
-
no setter
- handle → int?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isMaximized → bool
-
no setter
- isVisible → bool
-
no setter
- maxSize ← Size?
-
no getter
- minSize ← Size?
-
no getter
- position ↔ Offset
-
getter/setter pair
- rect ↔ Rect
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scaleFactor → double
-
no setter
- size ↔ Size
-
getter/setter pair
- title ← String
-
no getter
- titleBarButtonSize → Size
-
no setter
- titleBarHeight → double
-
no setter
- visible ↔ bool
-
getter/setter pair
Methods
-
close(
) → void -
hide(
) → void -
maximize(
) → void -
maximizeOrRestore(
) → void -
minimize(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
restore(
) → void -
show(
) → void -
startDragging(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited