class ui.StatusPane

class StatusPane
{
    // properties

    bool autoget property m_isVisible;
    bool autoget property m_isEnabled;
    char const* autoget property m_text;
    uint_t autoget property m_width;
    uint_t autoget property m_color;
};