예제 #1
0
    def __init__(self):
        cream.Module.__init__(self)
        Frontend.__init__(self, NAME, OBJECT, CAPABILITIES)

        self.screen_width = gtk.gdk.screen_width()
        self.windows = []
        self.connect('show-notification', self.sig_show_notification)
        self.connect('hide-notification', self.sig_hide_notification)
    def __init__(self):
        Frontend.__init__(self, NAME, OBJECT, CAPABILITIES)

        self.connect('show-notification', self.sig_show_notification)
        self.connect('hide-notification', self.sig_hide_notification)