Smolgui
Immediate gui library based on SFML
Loading...
Searching...
No Matches
sgui::Window Struct Reference

small struct to ease use of beginPanel and beginWindow in Gui More...

#include <Panel.h>

Public Member Functions

 Window ()=default

Public Attributes

Panel panel = {}
 panel of the window
Constraints constraints = {}
 position constraints
WidgetOptions options = {}
 options of the window

Detailed Description

small struct to ease use of beginPanel and beginWindow in Gui

Constructor & Destructor Documentation

◆ Window()

sgui::Window::Window ( )
default

Member Data Documentation

◆ constraints

Constraints sgui::Window::constraints = {}

position constraints

◆ options

WidgetOptions sgui::Window::options = {}

options of the window

◆ panel

Panel sgui::Window::panel = {}

panel of the window


The documentation for this struct was generated from the following file:
  • /github/workspace/src/sgui/Widgets/Panel.h