Smolgui
Immediate gui library based on SFML
Loading...
Searching...
No Matches
Constraints.h File Reference
#include <SFML/System/Vector2.hpp>
Include dependency graph for Constraints.h:
This graph shows which files directly or indirectly include this file:

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...