Exemplo n.º 1
0
 def __init__(self):
     """Instantiate, binding events.
     """
     MaskableWheelMixin.__init__(self)
     HueSaturationWheelAdjuster.__init__(self)
     self.connect("scroll-event", self.__scroll_cb)
     self.add_events(gdk.SCROLL_MASK)
Exemplo n.º 2
0
 def __init__(self):
     """Instantiate, binding events.
     """
     MaskableWheelMixin.__init__(self)
     HueSaturationWheelAdjuster.__init__(self)
     self.connect("scroll-event", self.__scroll_cb)
     self.add_events(gdk.SCROLL_MASK)
Exemplo n.º 3
0
 def __init__(self):
     MaskableWheelMixin.__init__(self)
     HueSaturationWheelAdjuster.__init__(self)
     self.set_app_paintable(True)
     self.set_has_window(False)
     self.set_mask([])
     self.mask_toggle.set_active(True)
     self.set_size_request(64, 64)
Exemplo n.º 4
0
 def __init__(self):
     MaskableWheelMixin.__init__(self)
     HueSaturationWheelAdjuster.__init__(self)
     self.set_app_paintable(True)
     self.set_has_window(False)
     self.set_mask([])
     self.mask_toggle.set_active(True)
     self.set_size_request(64, 64)
Exemplo n.º 5
0
 def __init__(self):
     HueSaturationWheelAdjuster.__init__(self)
     self.connect("scroll-event", self.__scroll_cb)
     self.add_events(gdk.SCROLL_MASK)
Exemplo n.º 6
0
 def __init__(self):
     HueSaturationWheelAdjuster.__init__(self)
     self.connect("scroll-event", self.__scroll_cb)
     self.add_events(gdk.SCROLL_MASK)
Exemplo n.º 7
0
 def __init__(self, cube):
     HueSaturationWheelAdjuster.__init__(self)
     self.__cube = cube
Exemplo n.º 8
0
 def __init__(self, cube):
     HueSaturationWheelAdjuster.__init__(self)
     self.__cube = cube