quakeforge/libs/ui
Bill Currie a75c027b7f [ui] Add two view manipulation functions
One moves and resizes the view in one operation as a bit of an
optimization as moving and resizing both update any child views, and
this does only one update.

The other sets the gravity and updates any child views as their
absolute positions would change as well as the updated view's absolute
position.
2021-07-10 17:57:59 +09:00
..
test [ui] Move txtbuffer and vrect tests to libs/ui 2021-06-13 14:29:46 +09:00
inputline.c
Makemodule.am [ui] Move txtbuffer and vrect tests to libs/ui 2021-06-13 14:29:46 +09:00
txtbuffer.c
view.c [ui] Add two view manipulation functions 2021-07-10 17:57:59 +09:00
vrect.c