def __init__(self):
Gtk.Frame.__init__(self)
self.set_shadow_type(Gtk.ShadowType.IN)
self.__stack = []
self.__label = HarmonicProgressionLabel('')
self.__content = Gtk.HBox(False, 0)
self.__content.show()
self.add(self.__content)
self.__timeout = None
# The allocated size
self.m_sx, self.m_sy = 0, 0
评论列表
文章目录