Module x11rb::properties
source Β· Expand description
Utility functions for working with X11 properties
Macros§
- property_
cookie π
Structs§
- An aspect ratio
numerator
/denominator
. - The value of a windowβs
WM_CLASS
property. - A cookie for getting a windowβs
WM_CLASS
property. - A structure representing a
WM_HINTS
property. - A cookie for getting a windowβs
WM_HINTS
property. - A structure representing a
WM_SIZE_HINTS
property. - A cookie for getting a windowβs
WM_SIZE_HINTS
property.
Enums§
- The possible values for a
WM_STATE
βs state field. - Representation of whether some part of
WM_SIZE_HINTS
was user/program specified.
Constants§
- HINT_
ICON_ πMASK - HINT_
ICON_ πPIXMAP - HINT_
ICON_ πPOSITION - HINT_
ICON_ πWINDOW - HINT_
INPUT π - HINT_
STATE π - HINT_
URGENCY π - HINT_
WINDO πW_ GROUP - P_
ASPECT π - P_
BASE_ πSIZE - P_
MAX_ πSIZE - P_
MIN_ πSIZE - P_
RESIZ πE_ INCREMENT - P_
S_ πPOSITION - P_
S_ πSIZE - P_
WIN_ πGRAVITY - U_
S_ πPOSITION - U_
S_ πSIZE
Functions§
- parse_
with_ πflag Parse an element of typeT
and turn it into anOption
by checking if the givenbit
is set inflags
.