Available on crate features
staging
and client
only.Expand description
dialog object
A xdg_dialog_v1 object is an ancillary object tied to a xdg_toplevel. Its purpose is hinting the compositor that the toplevel is a “dialog” (e.g. a temporary window) relative to another toplevel (see xdg_toplevel.set_parent). If the xdg_toplevel is destroyed, the xdg_dialog_v1 becomes inert.
Through this object, the client may provide additional hints about the purpose of the secondary toplevel. This interface has no effect on toplevels that are not attached to a parent toplevel.
Structs§
- XdgDialog
V1 - dialog object
Enums§
Constants§
- REQ_
DESTROY_ OPCODE - The wire opcode for this request
- REQ_
DESTROY_ SINCE - The minimal object version supporting this request
- REQ_
SET_ MODAL_ OPCODE - The wire opcode for this request
- REQ_
SET_ MODAL_ SINCE - The minimal object version supporting this request
- REQ_
UNSET_ MODAL_ OPCODE - The wire opcode for this request
- REQ_
UNSET_ MODAL_ SINCE - The minimal object version supporting this request