get_config_widget

@accepts(RB.ShellPreferences)
@returns(Gtk.Widget)
def get_config_widget(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