def __init__(self, heading, statistics): Gtk.VBox.__init__(self) self.m_heading = heading self.m_data = [] self.m_statistics = statistics