window_manager_plus library
Classes
- DragToMoveArea
- A widget for drag to move window.
- DragToResizeArea
- A widget for drag to resize window.
- VirtualWindowFrame
- WindowCaption
- A widget to simulate the title bar of windows 11.
- WindowCaptionButton
- WindowCaptionButtonIcon
- WindowListener
-
The
WindowListener
mixin class is used to listen to window events. If this is used as a Global Listener using the WindowManagerPlus.addGlobalListener static method, thewindowId
parameter will be the ID of the window that emitted the event, otherwise, it will be alwaysnull
. - WindowManagerPlus
- WindowManagerPlus
- WindowOptions
- WindowOptions
Enums
Constants
- kEventFromWindow → const String
- kWindowCaptionHeight → const double
- kWindowEventBlur → const String
- kWindowEventClose → const String
- kWindowEventDocked → const String
- kWindowEventEnterFullScreen → const String
- kWindowEventFocus → const String
- kWindowEventInitialized → const String
- kWindowEventLeaveFullScreen → const String
- kWindowEventMaximize → const String
- kWindowEventMinimize → const String
- kWindowEventMove → const String
- kWindowEventMoved → const String
- kWindowEventResize → const String
- kWindowEventResized → const String
- kWindowEventRestore → const String
- kWindowEventUndocked → const String
- kWindowEventUnmaximize → const String
Functions
-
calcWindowPosition(
Size windowSize, Alignment alignment) → Future< Offset> -
VirtualWindowFrameInit(
) → TransitionBuilder