ASW Lib
A.D.S. Games SDL Wrapper Library. A library targeted at Allegro4 users who want to switch to SDL3 and use modern c++.
Loading...
Searching...
No Matches
ui.h
Go to the documentation of this file.
1
8
9#ifndef ASW_MODULES_UI_UI_H
10#define ASW_MODULES_UI_UI_H
11
12#include "button.h"
13#include "context.h"
14#include "event.h"
15#include "input_box.h"
16#include "label.h"
17#include "panel.h"
18#include "root.h"
19#include "theme.h"
20#include "vbox.h"
21#include "widget.h"
22
23#endif // ASW_MODULES_UI_UI_H
Button widget for the ASW UI module.
UI context and focus management for the ASW UI module.
UI event types for the ASW UI module.
Input box widget for the ASW UI module.
Label widget for the ASW UI module.
Panel widget for the ASW UI module.
Root UI container and event dispatcher for the ASW UI module.
UI theme configuration for the ASW UI module.
Vertical box layout widget for the ASW UI module.
Base widget class for the ASW UI module.