@accepts(RB.ShellPreferences) @returns(Gtk.Widget) def do_get_config_widget(self, prefs):
Source implementations can use this to return an optional configuration widget. The widget will be displayed in a page in the preferences dialog.
prefs : |
the RB.ShellPreferences object |
Returns : |
configuration widget |