(self)
| 468 | self._groups[group].remove(toolitem) |
| 469 | |
| 470 | def _add_separator(self): |
| 471 | sep = Gtk.Separator() |
| 472 | sep.set_property("orientation", Gtk.Orientation.VERTICAL) |
| 473 | self.pack_start(sep, False, True, 0) |
| 474 | sep.show_all() |
| 475 | |
| 476 | def set_message(self, s): |
| 477 | self._message.set_label(s) |