Expand description
Modules§
- events
- Window events,
on_window_openandon_window_close_requested.
Structs§
- Default
Style WDefault window style.- Window
WA window container.
Enums§
- Block
Window Load - Defines if a widget load affects the parent window load.
- Save
State - Window or widget persistence config.
Statics§
- STYLE_
FN_ VAR - Contextual style variable.
Traits§
- WINDOWS_
Ext - Extension methods for
WINDOWS.
Functions§
- accent_
color PBinds theaccent_colorwindow var with the property value.- allow_
transparency BIf semi-transparent content is see-through, mixing with the operating system pixels behind the window.- always_
on_ top PBinds thealways_on_topwindow var with the property value.- auto_
size PBinds theauto_sizewindow var with the property value.- auto_
size_ origin PBinds theauto_size_originwindow var with the property value.- chrome
PBinds thechromewindow var with the property value.- clear_
color PWindow clear color.- color_
scheme PBinds thecolor_schemewindow var with the property value.- config_
block_ window_ load PBlock window load untilCONFIG.statusis idle.- custom_
chrome_ adorner_ fn PAdorner property specific for custom chrome overlays.- custom_
chrome_ padding_ fn PExtra padding for window content in windows that display acustom_chrome_adorner_fn.- enabled_
buttons PBinds theenabled_buttonswindow var with the property value.- fallback_
chrome - Custom window chrome adorner used when the window manager does not provide one.
- font_
size PBinds thefont_sizewindow var with the property value.- frame_
capture_ mode PBinds theframe_capture_modewindow var with the property value.- headless_
monitor BImaginary monitor used by the window when it runs in headless mode.- height
PBinds theheightof thesizewindow var with the property value.- icon
PBinds theiconwindow var with the property value.- kiosk
BLock-in kiosk mode.- max_
height PBinds theheightof themax_sizewindow var with the property value.- max_
size PBinds themax_sizewindow var with the property value.- max_
width PBinds thewidthof themax_sizewindow var with the property value.- min_
height PBinds theheightof themin_sizewindow var with the property value.- min_
size PBinds themin_sizewindow var with the property value.- min_
width PBinds thewidthof themin_sizewindow var with the property value.- modal
PBinds themodalwindow var with the property value.- monitor
PBinds themonitorwindow var with the property value.- movable
PBinds themovablewindow var with the property value.- needs_
fallback_ chrome PGets if is not headless,chromeistrue,stateis not fullscreen butWINDOWS.system_chromereports the system does not provide window decorations.- on_
close POn window close.- on_
close_ requested POn window close requested.- on_
exited_ fullscreen POn window is no longer fullscreen.- on_
frame_ image_ ready POn window frame rendered.- on_
fullscreen POn window enter one of the fullscreen states.- on_load
PEvent just after the window loads.- on_
maximized POn window maximized.- on_
minimized POn window minimized.- on_
moved POn window position changed.- on_open
PEvent just after the window opens.- on_
resized POn window size changed.- on_
restored POn window state changed toNormal.- on_
state_ changed POn window state changed.- on_
unmaximized POn window exited the maximized state.- on_
unminimized POn window exited the minimized state.- parallel
PBinds theparallelwindow var with the property value.- parent
PBinds theparentwindow var with the property value.- position
PBinds thepositionwindow var with the property value.- prefer_
custom_ chrome PGets ifWINDOWS.system_chromeprefers custom chrome.- render_
mode BRender performance mode overwrite for this window, if set toNonetheWINDOWS.default_render_modeis used.- resizable
PBinds theresizablewindow var with the property value.- safe_
padding PPadding required to avoid physical screen obstructions.- save_
state PSave and restore the window state.- save_
state_ node - Helper node for implementing widget state saving.
- size
PBinds thesizewindow var with the property value.- start_
focused BIf the window steals keyboard focus on open.- start_
position BDefines how the window is positioned when it first opens.- state
PBinds thestatewindow var with the property value.- style_
fn PExtends or replaces the widget style.- taskbar_
visible PBinds thetaskbar_visiblewindow var with the property value.- title
PBinds thetitlewindow var with the property value.- visible
PBinds thevisiblewindow var with the property value.- width
PBinds thewidthof thesizewindow var with the property value.- x
PBinds thexof thepositionwindow var with the property value.- y
PBinds theyof thepositionwindow var with the property value.