Virtual Method
RBDisplayPageget_config_widget
Declaration [src]
GtkWidget*
get_config_widget (
RBDisplayPage* page,
RBShellPreferences* prefs
)
Description [src]
Source implementations can use this to return an optional configuration widget. The widget will be displayed in a page in the preferences dialog.
Parameters
prefs-
Type:
RBShellPreferencesThe
RBShellPreferencesobject.The data is owned by the caller of the method.
Return value
Type: GtkWidget
Configuration widget.
| The returned data is owned by the instance. |