Header file for the plugin list window. More...
Go to the source code of this file.
Enumerations | |
enum | { PNTV_COLUMN_NAME, PNTV_N_COLUMNS } |
Columns definition for the treeview. More... | |
Functions | |
void | plugin_list_window_init_interface (heraia_struct_t *main_struct) |
the function to init the plugin_list_window interface |
Header file for the plugin list window.
Definition in file plugin_list.h.
anonymous enum |
Columns definition for the treeview.
Definition at line 34 of file plugin_list.h.
plugin_list_window_init_interface | ( | heraia_struct_t * | main_struct | ) |
the function to init the plugin_list_window interface
main_struct | : main structure |
Definition at line 597 of file plugin_list.c.
References init_plugin_name_tv(), and plugin_list_window_connect_signals().
Referenced by init_heraia_plugin_system().