|
Smolgui
Immediate gui library based on SFML
|
Data structure stored in Layout. Its a dumb std::variant basically... More...
#include <Layout.h>
Public Member Functions | |
| LayoutEntry ()=default | |
Public Attributes | |
| Panel | panel |
| Window | window |
| sf::Vector2f | position |
| Constraints | constraints |
Data structure stored in Layout. Its a dumb std::variant basically...
|
default |
| Constraints sgui::LayoutEntry::constraints |
| Panel sgui::LayoutEntry::panel |
| sf::Vector2f sgui::LayoutEntry::position |
| Window sgui::LayoutEntry::window |