.TH "wayland::server::shell_surface_resize" 3 "Wed May 3 2023" "Version 1.0.0" "Wayland++" \" -*- nroff -*- .ad l .nh .SH NAME wayland::server::shell_surface_resize \- edge values for resizing .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits wayland::detail::bitfield< size, id >\&. .SS "Static Public Attributes" .in +1c .ti -1c .RI "static const wayland::detail::bitfield< 4, 8 > \fBnone\fP" .br .RI "no edge " .ti -1c .RI "static const wayland::detail::bitfield< 4, 8 > \fBtop\fP" .br .RI "top edge " .ti -1c .RI "static const wayland::detail::bitfield< 4, 8 > \fBbottom\fP" .br .RI "bottom edge " .ti -1c .RI "static const wayland::detail::bitfield< 4, 8 > \fBleft\fP" .br .RI "left edge " .ti -1c .RI "static const wayland::detail::bitfield< 4, 8 > \fBtop_left\fP" .br .RI "top and left edges " .ti -1c .RI "static const wayland::detail::bitfield< 4, 8 > \fBbottom_left\fP" .br .RI "bottom and left edges " .ti -1c .RI "static const wayland::detail::bitfield< 4, 8 > \fBright\fP" .br .RI "right edge " .ti -1c .RI "static const wayland::detail::bitfield< 4, 8 > \fBtop_right\fP" .br .RI "top and right edges " .ti -1c .RI "static const wayland::detail::bitfield< 4, 8 > \fBbottom_right\fP" .br .RI "bottom and right edges " .in -1c .SH "Detailed Description" .PP 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\&. .PP Definition at line \fB2030\fP of file \fBwayland\-server\-protocol\&.hpp\fP\&. .SH "Member Data Documentation" .PP .SS "const wayland::detail::bitfield<4, 8> wayland::server::shell_surface_resize::bottom\fC [static]\fP" .PP bottom edge .PP Definition at line \fB2041\fP of file \fBwayland\-server\-protocol\&.hpp\fP\&. .SS "const wayland::detail::bitfield<4, 8> wayland::server::shell_surface_resize::bottom_left\fC [static]\fP" .PP bottom and left edges .PP Definition at line \fB2047\fP of file \fBwayland\-server\-protocol\&.hpp\fP\&. .SS "const wayland::detail::bitfield<4, 8> wayland::server::shell_surface_resize::bottom_right\fC [static]\fP" .PP bottom and right edges .PP Definition at line \fB2053\fP of file \fBwayland\-server\-protocol\&.hpp\fP\&. .SS "const wayland::detail::bitfield<4, 8> wayland::server::shell_surface_resize::left\fC [static]\fP" .PP left edge .PP Definition at line \fB2043\fP of file \fBwayland\-server\-protocol\&.hpp\fP\&. .SS "const wayland::detail::bitfield<4, 8> wayland::server::shell_surface_resize::none\fC [static]\fP" .PP no edge .PP Definition at line \fB2037\fP of file \fBwayland\-server\-protocol\&.hpp\fP\&. .SS "const wayland::detail::bitfield<4, 8> wayland::server::shell_surface_resize::right\fC [static]\fP" .PP right edge .PP Definition at line \fB2049\fP of file \fBwayland\-server\-protocol\&.hpp\fP\&. .SS "const wayland::detail::bitfield<4, 8> wayland::server::shell_surface_resize::top\fC [static]\fP" .PP top edge .PP Definition at line \fB2039\fP of file \fBwayland\-server\-protocol\&.hpp\fP\&. .SS "const wayland::detail::bitfield<4, 8> wayland::server::shell_surface_resize::top_left\fC [static]\fP" .PP top and left edges .PP Definition at line \fB2045\fP of file \fBwayland\-server\-protocol\&.hpp\fP\&. .SS "const wayland::detail::bitfield<4, 8> wayland::server::shell_surface_resize::top_right\fC [static]\fP" .PP top and right edges .PP Definition at line \fB2051\fP of file \fBwayland\-server\-protocol\&.hpp\fP\&. .SH "Author" .PP Generated automatically by Doxygen for Wayland++ from the source code\&.