class ui.StatusPane

class StatusPane {
    // properties

    bool autoget property m_isVisible;
    bool autoget property m_isEnabled;
    string_t autoget property m_text;
    uint_t autoget property m_width;
    uint_t autoget property m_color;

    // construction

    destruct();
};