.. index:: pair: class; EE::UI::UITabWidget::StyleConfig .. _doxid-class_e_e_1_1_u_i_1_1_u_i_tab_widget_1_1_style_config: class EE::UI::UITabWidget::StyleConfig ====================================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class StyleConfig { public: // fields :ref:`Float` :target:`TabSeparation` = 0; :ref:`Uint32` :target:`MaxTextLength` = 100; :ref:`Float` :target:`TabHeight` = 0; :ref:`Uint32` :target:`TabTextAlign` =(:ref:`UI_HALIGN_CENTER` | :ref:`UI_VALIGN_CENTER`); std::string :target:`MinTabWidth` = "32dp"; std::string :target:`MaxTabWidth` = "300dp"; bool :target:`TabsClosable` = false; bool :target:`TabsEdgesDiffSkins` = false; bool :ref:`TabCloseButtonVisible` = true; }; .. _details-class_e_e_1_1_u_i_1_1_u_i_tab_widget_1_1_style_config: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; TabCloseButtonVisible .. _doxid-class_e_e_1_1_u_i_1_1_u_i_tab_widget_1_1_style_config_1a89087d10757929baee8669b9bf719599: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool TabCloseButtonVisible = true Indicates if the edge tabs ( the left and right border tab ) are different from the central tabs.