@accepts(Gtk.Widget, Gtk.Widget, Gtk.Widget) @returns(none) def bind_settings(entry_view, paned, browser)
Binds the source's GSettings instance to the given widgets. Should be called from the source's constructed method.
If the browser widget has a browser-views property, it will be bound to the browser-views settings key.
entry_view : |
the RB.EntryView for the source |
paned : |
the GtkPaned containing the entry view and the browser |
browser : |
the browser (typically a RB.LibraryBrowser) for the source |