.. index:: pair: class; EE::UI::UIWindow::StyleConfig .. _doxid-class_e_e_1_1_u_i_1_1_u_i_window_1_1_style_config: class EE::UI::UIWindow::StyleConfig =================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class StyleConfig { public: // fields :ref:`Uint32` :target:`WinFlags` = :ref:`UI_WIN_DEFAULT_FLAGS`; :ref:`Sizei` :target:`TitlebarSize`; :ref:`Sizei` :target:`BorderSize`; :ref:`Sizef` :target:`MinWindowSize`; :ref:`Vector2i` :target:`ButtonsOffset`; :ref:`Uint32` :target:`ButtonsSeparation` = 4; :ref:`Int32` :target:`MinCornerDistance` = 24; :ref:`Uint8` :target:`BaseAlpha` = 255; bool :target:`TitlebarAutoSize` = true; bool :target:`BorderAutoSize` = true; // construction :target:`StyleConfig`(); :target:`StyleConfig`(:ref:`Uint32` winFlags); };