Expand description
Utility functions for working with X11 properties
MacrosΒ§
- property_
cookie π
StructsΒ§
- Aspect
Ratio - An aspect ratio
numerator
/denominator
. - WmClass
- The value of a windowβs
WM_CLASS
property. - WmClass
Cookie - A cookie for getting a windowβs
WM_CLASS
property. - WmHints
- A structure representing a
WM_HINTS
property. - WmHints
Cookie - A cookie for getting a windowβs
WM_HINTS
property. - WmSize
Hints - A structure representing a
WM_SIZE_HINTS
property. - WmSize
Hints Cookie - A cookie for getting a windowβs
WM_SIZE_HINTS
property.
EnumsΒ§
- WmHints
State - The possible values for a
WM_STATE
βs state field. - WmSize
Hints Specification - 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 - NUM_
WM_ πHINTS_ ELEMENTS - NUM_
WM_ πSIZE_ HINTS_ ELEMENTS - 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
.