35
35
self._image = gtk.Image()
36
36
self.set_orient(self._current_orient)
37
self._box.pack_start(self._image, False, False, 2)
39
39
self._label = gtk.Label("")
40
self._box.pack_start(self._label, False, False, 2)
42
42
def set_label(self, text):
43
43
"""Sets the button label."""