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) |
int | prefswin_page_new (void *container, const char *name, const char *imgurl) |
void | prefswin_page_destroy (GtkWidget *container) |
void | plugin_preferences_show (PluginPreferences *p) |
void | plugin_preferences_cleanup (PluginPreferences *p) |
GtkWidget * | plugin_view_new (int type) |
void* * create_prefs_window | ( | void | ) |
Definition at line 1623 of file ui_preferences.c.
Referenced by show_prefs_window().
void destroy_prefs_window | ( | void | ) |
Definition at line 1731 of file ui_preferences.c.
void hide_prefs_window | ( | void | ) |
Definition at line 1745 of file ui_preferences.c.
void plugin_preferences_cleanup | ( | PluginPreferences * | p | ) |
Definition at line 525 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 461 of file ui_preferences.c.
Referenced by do_config().
GtkWidget* plugin_view_new | ( | int | type | ) |
Definition at line 236 of file plugin-view.c.
Referenced by create_plugin_category().
void prefswin_page_destroy | ( | GtkWidget * | container | ) |
Definition at line 1832 of file ui_preferences.c.
int prefswin_page_new | ( | void * | container, |
const char * | name, | ||
const char * | imgurl | ||
) |
Definition at line 1786 of file ui_preferences.c.
Referenced by fill_category_list().
void show_prefs_window | ( | void | ) |
Definition at line 1736 of file ui_preferences.c.