Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
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 | plugin_preferences_show (PluginPreferences *p) |
void | plugin_preferences_cleanup (PluginPreferences *p) |
GtkWidget * | plugin_view_new (gint type) |
void* create_prefs_window | ( | void | ) |
Definition at line 1577 of file ui_preferences.c.
Referenced by show_prefs_window().
void destroy_prefs_window | ( | void | ) |
Definition at line 1686 of file ui_preferences.c.
void hide_prefs_window | ( | void | ) |
Definition at line 1700 of file ui_preferences.c.
void plugin_preferences_cleanup | ( | PluginPreferences * | p | ) |
Definition at line 423 of file ui_preferences.c.
Referenced by general_plugin_stop(), plugin2_unload(), and vis_plugin_stop().
void plugin_preferences_show | ( | PluginPreferences * | p | ) |
Definition at line 359 of file ui_preferences.c.
Referenced by do_config().
GtkWidget* plugin_view_new | ( | gint | type | ) |
Definition at line 229 of file plugin-view.c.
Referenced by create_plugin_category().
void prefswin_page_destroy | ( | GtkWidget * | container | ) |
Definition at line 1787 of file ui_preferences.c.
gint prefswin_page_new | ( | void * | container, |
const gchar * | name, | ||
const gchar * | imgurl | ||
) |
Definition at line 1741 of file ui_preferences.c.
Referenced by fill_category_list().
void show_prefs_window | ( | void | ) |
Definition at line 1691 of file ui_preferences.c.