Home
last modified time | relevance | path

Searched refs:AG_FIXED_HFILL (Results 1 – 2 of 2) sorted by relevance

/dports/devel/agar/agar-1.5.0/gui/
H A Dfixed.h13 #define AG_FIXED_HFILL 0x01 /* Expand to fill available width */ macro
20 #define AG_FIXED_EXPAND (AG_FIXED_HFILL|AG_FIXED_VFILL)
H A Dfixed.c40 if (flags & AG_FIXED_HFILL) { AG_ExpandHoriz(fx); } in AG_FixedNew()