class EE::UI::UITabWidget::StyleConfig

Overview

#include <uitabwidget.hpp>

class StyleConfig {
public:
    // fields

    Float TabSeparation = 0;
    Uint32 MaxTextLength = 100;
    Float TabHeight = 0;
    Uint32 TabTextAlign =(UI_HALIGN_CENTER | UI_VALIGN_CENTER);
    std::string MinTabWidth = "32dp";
    std::string MaxTabWidth = "300dp";
    bool TabsClosable = false;
    bool TabsEdgesDiffSkins = false;
    bool TabCloseButtonVisible = true;
};

Detailed Documentation

Fields

bool TabCloseButtonVisible = true

Indicates if the edge tabs ( the left and right border tab ) are different from the central tabs.