Ejemplo n.º 1
0
    def __init__(self, master, callback, width=194, height=43, **kwargs):
        BaseSelector.__init__(self, master, callback, width=width, height=height, **kwargs)

        self.radio_group = RadioGroupController(self.notify, zero_selectionable=True)
        self._init_images()
        self._init_widgets()