Expand description
Platform runners
Modules§
- a11y
- Deprecated: import from
repose_core::a11ydirectly. - render
- Deprecated: import from
repose_coredirectly. Kept for backward compatibility - will be removed in a future release. - runner_
common - Shared runner helpers extracted from duplicated desktop/web/android
Appimpls. - window_
v2 - Android/Web:
collect_screensreturns primary;applyis no-op like compose.
Structs§
- Android
Options - Options for the Android runner.
- AppConfig
- Configuration for desktop
run_desktop_app. - Image
Handle Guard - RAII guard that removes the image when dropped
- Render
Context - Repose
Options - Options common to all platforms.
Enums§
Traits§
- A11y
Bridge - Bridge from Repose’s semantics tree to platform accessibility APIs.
Functions§
- current_
lifecycle - hide_
app_ window - process_
deeplinks - process_
lifecycle - push_
deeplink - Push a deeplink payload and wake the UI loop. Thin wrapper over
repose_app. - run_
desktop_ app Deprecated - Run a desktop app with default
AppConfig. - run_
desktop_ app_ with_ config - Run a desktop app with the given
AppConfig. - run_
pre_ redraw - set_
about_ to_ wait_ callback - Register a callback invoked on every AboutToWait (used for draining tray commands).
- set_
app_ window - Store the application window handle (called once during app setup).
- set_
close_ to_ tray - The close button hides the window (via
set_visible(false)) instead of closing. The tray “Quit” action still exits the process regardless. - set_
event_ loop_ proxy - Store the event loop proxy so tray commands / deeplinks can wake the event loop.
- set_
on_ deeplink - set_
on_ lifecycle - set_
pre_ redraw - show_
app_ window - Show the application window.
- tf_
ensure_ visible_ in_ rect - Helper: ensure caret visibility - now in
repose_ui::textfield::tf_ensure_visible_in_rect. Ensure caret visibility for a TextFieldState inside a given rect (px). Extracted fromrepose-platform::tf_ensure_visible_in_rectfor better layering. - wake_
event_ loop - Wake the winit event loop from another thread (e.g. tray’s GTK thread, JNI callback).
- window_
is_ visible - Returns whether the application window is currently visible.