zxdg_output_manager_v1¤
wayland.zxdg_output_manager_v1 ¤
Manage xdg_output
objects
A global factory interface for xdg_output objects.
Methods:
-
destroy
–Destroy the
xdg_output_manager
object -
get_xdg_output
–Create an xdg output from a
wl_output
destroy ¤
destroy() -> None
Destroy the xdg_output_manager
object
Using this request a client can tell the server that it is not going to use the xdg_output_manager object anymore.
Any objects already created through this instance are not affected.
get_xdg_output ¤
get_xdg_output(output: wl_output) -> zxdg_output_v1
Create an xdg output from a wl_output
This creates a new xdg_output object for the given wl_output.
Returns:
-
zxdg_output_v1
(zxdg_output_v1
) –The created object