Expand description
auto hide screen edge
The auto hide screen edge object allows to hide the surface and make it visible by triggering the screen edge. The screen edge is inactive and the surface is visible by default.
This interface can be used to implement user interface elements such as auto-hide panels or docks.
kde_auto_hide_screen_edge_v1.activate activates the screen edge and makes the surface hidden. The surface can be made visible by triggering the screen edge or calling kde_auto_hide_screen_edge_v1.deactivate.
If the screen edge has been triggered, it won’t be re-activated again. Another kde_auto_hide_screen_edge_v1.activate request must be made by the client to activate the screen edge.
Structs§
- KdeAuto
Hide Screen Edge V1 - auto hide screen edge
Enums§
Constants§
- REQ_
ACTIVATE_ OPCODE - The wire opcode for this request
- REQ_
ACTIVATE_ SINCE - The minimal object version supporting this request
- REQ_
DEACTIVATE_ OPCODE - The wire opcode for this request
- REQ_
DEACTIVATE_ SINCE - The minimal object version supporting this request
- REQ_
DESTROY_ OPCODE - The wire opcode for this request
- REQ_
DESTROY_ SINCE - The minimal object version supporting this request