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_WINDOW_GROUP π
- P_ASPECT π
- P_BASE_SIZE π
- P_MAX_SIZE π
- P_MIN_SIZE π
- P_RESIZE_INCREMENT π
- P_S_POSITION π
- P_S_SIZE π
- P_WIN_GRAVITY π
- U_S_POSITION π
- U_S_SIZE π
Functions§
- parse_with_flag πParse an element of type
T
and turn it into anOption
by checking if the givenbit
is set inflags
.