Skip to main content

Crate fluent_app

Crate fluent_app 

Source

Structs§

FluentApp
Builder for a FluentGUI application.
FluentAssets
Built-in FluentGUI assets plus an optional application asset fallback.
TitleBar
A custom frameless title bar that replaces the OS-provided one.
WindowChrome
Wraps a user’s window content with client-decoration helpers:
WindowTitle
Global window title/status state for FluentGUI applications.

Functions§

title_bar
Create a TitleBar entity — include as the first child of your Workspace.
window_title_bar
Create a TitleBar entity whose title/status follow the global WindowTitle state.
wrap_with_chrome
Construct a chrome wrapper entity for content. Used by FluentApp::run.