Crate csd_frame
Available on crate feature
wayland and Linux only.Expand description
The interface for wayland client side decorations (CSD).
The crate is intended to be used by libraries providing client side decorations for the xdg-shell protocol.
Examples could be found in client toolkit and sctk-adwaita.
Structs§
- Cursor
Icon Parse Error - An error which could be returned when parsing
CursorIcon. - Window
Manager Capabilities - The capabilities of the window manager.
- Window
State - The configured state of the window.
Enums§
- Cursor
Icon - Describes the appearance of the (usually mouse) cursor icon.
- Frame
Action - The Frame action user should perform in responce to mouse click events.
- Frame
Click - The user clicked or touched the decoractions frame.
- Resize
Edge - Which edge or corner is being dragged.
Traits§
- Decorations
Frame - The interface for the client side decorations.