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_make_about_window (PluginHandle *plugin) |
void | plugin_make_config_window (PluginHandle *plugin) |
void | plugin_misc_cleanup (PluginHandle *plugin) |
GtkWidget * | plugin_view_new (int type) |
void* * create_prefs_window | ( | void | ) |
Definition at line 1255 of file ui_preferences.c.
Referenced by show_prefs_window().
void destroy_prefs_window | ( | void | ) |
Definition at line 1364 of file ui_preferences.c.
void hide_prefs_window | ( | void | ) |
Definition at line 1378 of file ui_preferences.c.
void plugin_make_about_window | ( | PluginHandle * | plugin | ) |
Definition at line 34 of file plugin-preferences.c.
Referenced by plugin_do_about().
void plugin_make_config_window | ( | PluginHandle * | plugin | ) |
Definition at line 73 of file plugin-preferences.c.
Referenced by plugin_do_configure().
void plugin_misc_cleanup | ( | PluginHandle * | plugin | ) |
Definition at line 115 of file plugin-preferences.c.
Referenced by misc_cleanup_cb(), and plugin_enable().
GtkWidget* plugin_view_new | ( | int | type | ) |
Definition at line 220 of file plugin-view.c.
Referenced by create_plugin_category().
void prefswin_page_destroy | ( | GtkWidget * | container | ) |
Definition at line 1465 of file ui_preferences.c.
int prefswin_page_new | ( | void * | container, |
const char * | name, | ||
const char * | imgurl | ||
) |
Definition at line 1419 of file ui_preferences.c.
Referenced by fill_category_list().
void show_prefs_window | ( | void | ) |
Definition at line 1369 of file ui_preferences.c.