Creation parameters for a GUI window. More...
#include "WindowCreateParams.hpp"

Public Member Functions | |
| WindowCreateParamsT (GuiImplT &Gui_) | |
| Constructor. More... | |
Public Attributes | |
| GuiImplT & | Gui |
| The GUI in which the window should be created. More... | |
Creation parameters for a GUI window.
| WindowCreateParamsT::WindowCreateParamsT | ( | GuiImplT & | Gui_ | ) |
Constructor.
| Gui_ | The GUI in which the window should be created. |
| GuiImplT& cf::GuiSys::WindowCreateParamsT::Gui |
The GUI in which the window should be created.