fac.connect('bind', bind_sorter_list_item)
self.sorter_listing = Gtk.ListView(model=self._sort_sel, factory=fac)
- buttons_box = Gtk.Box(orientation=OR_H)
- self._btn_apply = add_button(buttons_box, 'apply config',
- lambda _: apply_config())
- self._btn_reload = add_button(buttons_box, 'full reload',
- lambda _: full_reload())
-
buttons_box = Gtk.Box(orientation=OR_H)
self._btn_apply = add_button(buttons_box, 'apply config',
lambda _: apply_config())