|
Smolgui
Immediate gui library based on SFML
|
#include <SFML/System/Vector2.hpp>Go to the source code of this file.
Classes | |
| struct | sgui::Constraints |
| Store constraints on position for gui panel. Alignment always precede relative position. More... | |
Namespaces | |
| namespace | sgui |
Enumerations | |
| enum class | sgui::VerticalAlignment { sgui::Top , sgui::Center , sgui::Bottom , sgui::None } |
| List all possible vertical alignment. More... | |
| enum class | sgui::HorizontalAlignment { sgui::Left , sgui::Center , sgui::Right , sgui::None } |
| List all possible horizontal alignment. More... | |