|
Strutture dati |
| struct | _MIT |
| struct | MenuDialog |
Definizioni |
| #define | PLUGIN_NAME "menu" |
| #define | MENU_CHANNEL "MENU" |
| #define | MAX_TIMEOUT_FOR_RIGHTONLEFT 10 |
Ridefinizioni di tipo (typedefs) |
| typedef _MIT | MenuItemTree |
Funzioni |
| static void | dialog_delete (MenuDialog *bd) |
| static void | dialog_response (GtkWidget *dialog, int response, MenuDialog *bd) |
| void | model_for_tree_ric (GtkTreeStore **treestore, GtkTreeIter *toplevel, MenuItemTree *cursor) |
| GtkTreeModel * | model_for_tree () |
| void | delete_element_in_menu (GtkButton *button, gpointer m) |
| void | add_element_in_menu (GtkButton *button, gpointer m) |
| void | enable_right_on_left (GtkToggleButton *button, gpointer data) |
| void | rolt_changed (GtkSpinButton *spin, gpointer data) |
| void | draw_frame_for_element (char *element_path, MenuDialog *dialog) |
| void | menu_main_frame (MenuDialog *dialog) |
| static void | item_selection_changed (GtkTreeView *tree, GtkTreePath *path, GtkTreeViewColumn *col, MenuDialog *dialog) |
| static void | setup_dialog (MenuDialog *dialog) |
| static MenuDialog * | create_menu_dialog (BrainMcsPlugin *mcs_plugin) |
| static void | run_dialog (BrainMcsPlugin *mcs_plugin) |
| int | menu_create_channel (BrainMcsPlugin *mcs_plugin) |
| BrainMcsPluginInitResult | mcs_plugin_init (BrainMcsPlugin *mcs_plugin) |
Variabili |
| static gboolean | is_running = FALSE |
| static gboolean | right_on_left = FALSE |
| static int | right_on_left_timeout = 2 |
| static MenuItemTree * | albero |
| MenuDialog * | bd |