Method
RBShellPreferencesremove_widget
Declaration [src]
void
rb_shell_preferences_remove_widget (
RBShellPreferences* prefs,
GtkWidget* widget,
RBShellPrefsUILocation location
)
Description [src]
Removes a widget added with #rb_shell_preferences_add_widget from the preferences window.
Parameters
widget
-
Type:
GtkWidget
The
GtkWidget
to remove from the preferences window.The data is owned by the caller of the method. location
-
Type:
RBShellPrefsUILocation
The UI location to which the widget was originally added.