Re-exports§
pub use app::AppEventProxy;pub use app::ExternalCtxHandler;pub use app::HeadlessApp;pub use app::SyntheticImeInject;pub use app::TeksiloAppBuilder;pub use app::ThemeMode;pub use app_event_observers::AppEventObservers;pub use automation_bridge::TeksiloAppBuilderAutomationExt;pub use default_post_root::DefaultPostRoot;pub use window_manager::WindowManager;pub use teksilo_canvas;pub use teksilo_core;pub use teksilo_text;pub use teksilo_tokens;
Modules§
- app
- app_
event_ observers - App-wide composable
AppEventobservers. - automation_
bridge - Debug-only in-app automation bridge.
- default_
post_ root - App-wide default post-root wrapper.
- window_
config - Window configuration.
- window_
manager - Multi-window management.
Structs§
- Modal
Config - Parent + focus wiring for a modal window.
- Teksilo
Window Id - Opaque identifier for an application window.
- Window
Config - Configuration for creating a new window.
- Window
Removed Event - Snapshot handed to a
WindowConfig::on_removedcallback once its window has finished tearing down. - Window
State - A refcounted handle to a single window’s reactive state.
Enums§
- Decorations
Mode - How a window’s chrome is drawn.
- User
Attention Kind - Intensity level for a user-attention request.
- Window
Command - App → OS command produced by a
WindowStatesignal observer. - Window
Placement - Top-level placement state for a window.
Traits§
- Window
Ops - App-level window operations exposed to handlers.
Type Aliases§
- Post
Root Builder - Per-window post-root hook. Runs after the user’s
root_builderreturns, with the resultingWidgetId. The hook may wrap the user root in another widget and return the wrapper’s id, or simply return the original id unchanged. Used by the debug inspector to splice an inspector shell around every window’s root in debug builds. - Root
Builder - Signature of a window’s root-builder closure.
- Window
Removed Callback - Signature of the
on_removedcallback — the framework’s window-teardown hook. SeeWindowRemovedEventandWindowConfig::on_removedfor exactly when it runs and what it receives.