wayland::server::shell_surface_resize(3) | Wayland++ | wayland::server::shell_surface_resize(3) |
wayland::server::shell_surface_resize - edge values for resizing
#include <wayland-server-protocol.hpp>
Inherits wayland::detail::bitfield< size, id >.
static const wayland::detail::bitfield< 4, 8 > none
no edge static const wayland::detail::bitfield< 4, 8 > top
top edge static const wayland::detail::bitfield< 4, 8 > bottom
bottom edge static const wayland::detail::bitfield< 4, 8 > left
left edge static const wayland::detail::bitfield< 4, 8 > top_left
top and left edges static const wayland::detail::bitfield< 4, 8 >
bottom_left
bottom and left edges static const wayland::detail::bitfield< 4, 8 >
right
right edge static const wayland::detail::bitfield< 4, 8 >
top_right
top and right edges static const wayland::detail::bitfield< 4, 8 >
bottom_right
bottom and right edges
edge values for resizing
These values are used to indicate which edge of a surface is being dragged in a resize operation. The server may use this information to adapt its behavior, e.g. choose an appropriate cursor image.
Definition at line 2030 of file wayland-server-protocol.hpp.
bottom edge
Definition at line 2041 of file wayland-server-protocol.hpp.
bottom and left edges
Definition at line 2047 of file wayland-server-protocol.hpp.
bottom and right edges
Definition at line 2053 of file wayland-server-protocol.hpp.
left edge
Definition at line 2043 of file wayland-server-protocol.hpp.
no edge
Definition at line 2037 of file wayland-server-protocol.hpp.
right edge
Definition at line 2049 of file wayland-server-protocol.hpp.
top edge
Definition at line 2039 of file wayland-server-protocol.hpp.
top and left edges
Definition at line 2045 of file wayland-server-protocol.hpp.
top and right edges
Definition at line 2051 of file wayland-server-protocol.hpp.
Generated automatically by Doxygen for Wayland++ from the source code.
Mon Apr 22 2024 09:52:15 | Version 1.0.0 |