mirror of
https://github.com/labwc/labwc.git
synced 2026-02-28 01:40:29 -05:00
document Client/Frame/Desktop mouse contexts
This commit is contained in:
parent
114e6545d6
commit
073c78551f
1 changed files with 6 additions and 0 deletions
|
|
@ -116,6 +116,12 @@ Configuration must be wrapped in a <labwc_config> root-node.
|
||||||
- Iconify: The button that looks like an underline.
|
- Iconify: The button that looks like an underline.
|
||||||
- Maximize: The button that looks like a box.
|
- Maximize: The button that looks like a box.
|
||||||
- Close: The button that looks like an X.
|
- Close: The button that looks like an X.
|
||||||
|
- Client: The client area of a window, inside its decorations.
|
||||||
|
Events bound to Client are also passed to applications.
|
||||||
|
- Frame: Any part of a window, but events bound to Frame are not passed
|
||||||
|
through to the application.
|
||||||
|
- Desktop: The desktop background, where no windows are present.
|
||||||
|
- Root: A synonym for Desktop (for compatibility).
|
||||||
|
|
||||||
Supported mouse actions include:
|
Supported mouse actions include:
|
||||||
- Press: Pressing the specified button down in the context.
|
- Press: Pressing the specified button down in the context.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue