[−][src]Module wayland_protocols::wlr::unstable::foreign_toplevel::v1::client::zwlr_foreign_toplevel_handle_v1
an opened toplevel
A zwlr_foreign_toplevel_handle_v1 object represents an opened toplevel window. Each app may have multiple opened toplevels.
Each toplevel has a list of outputs it is visible on, conveyed to the client with the output_enter and output_leave events.
Structs
ZwlrForeignToplevelHandleV1 |
Enums
Error | |
Event | |
Request | |
State | types of states on the toplevel |
Constants
EVT_APP_ID_SINCE | The minimal object version supporting this event |
EVT_CLOSED_SINCE | The minimal object version supporting this event |
EVT_DONE_SINCE | The minimal object version supporting this event |
EVT_OUTPUT_ENTER_SINCE | The minimal object version supporting this event |
EVT_OUTPUT_LEAVE_SINCE | The minimal object version supporting this event |
EVT_STATE_SINCE | The minimal object version supporting this event |
EVT_TITLE_SINCE | The minimal object version supporting this event |
REQ_ACTIVATE_SINCE | The minimal object version supporting this request |
REQ_CLOSE_SINCE | The minimal object version supporting this request |
REQ_DESTROY_SINCE | The minimal object version supporting this request |
REQ_SET_MAXIMIZED_SINCE | The minimal object version supporting this request |
REQ_SET_MINIMIZED_SINCE | The minimal object version supporting this request |
REQ_SET_RECTANGLE_SINCE | The minimal object version supporting this request |
REQ_UNSET_MAXIMIZED_SINCE | The minimal object version supporting this request |
REQ_UNSET_MINIMIZED_SINCE | The minimal object version supporting this request |
Traits
RequestsTrait |