Module kde_auto_hide_screen_edge_v1

Module kde_auto_hide_screen_edge_v1 

Source
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§

KdeAutoHideScreenEdgeV1
auto hide screen edge

Enums§

Event
Request

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