#include <glib.h>Go to the source code of this file.
Functions | |
| void ** | create_prefs_window (void) |
| void | destroy_prefs_window (void) |
| void | show_prefs_window (void) |
| void | hide_prefs_window (void) |
| gint | prefswin_page_new (void *container, const gchar *name, const gchar *imgurl) |
| void | prefswin_page_destroy (GtkWidget *container) |
| void* * create_prefs_window | ( | void | ) |
Definition at line 2549 of file ui_preferences.c.
| void destroy_prefs_window | ( | void | ) |
Definition at line 2664 of file ui_preferences.c.
| void hide_prefs_window | ( | void | ) |
Definition at line 2712 of file ui_preferences.c.
| void prefswin_page_destroy | ( | GtkWidget * | container | ) |
Definition at line 2799 of file ui_preferences.c.
Referenced by destroy_plugin_preferences_page().
| gint prefswin_page_new | ( | void * | container, | |
| const gchar * | name, | |||
| const gchar * | imgurl | |||
| ) |
Definition at line 2753 of file ui_preferences.c.
Referenced by create_plugin_preferences_page(), and on_category_treeview_realize().
| void show_prefs_window | ( | void | ) |
Definition at line 2706 of file ui_preferences.c.
1.7.1