|
Strutture dati |
| struct | TaskbarDialog |
| struct | ActivityDescriptor |
Definizioni |
| #define | PLUGIN_NAME "brainfilelist" |
| #define | TOP TRUE |
| #define | BOTTOM FALSE |
| #define | DEFAULT_POSITION TRUE |
| #define | DEFAULT_AUTOHIDE FALSE |
| #define | DEFAULT_SHOWPAGER TRUE |
| #define | DEFAULT_SHOWTRAY TRUE |
| #define | DEFAULT_SHOWALLTASK TRUE |
| #define | DEFAULT_HEIGHT 30 |
| #define | DEFAULT_TIMEOUT 3 |
| #define | DEFAULT_OPEN_FILES FALSE |
| #define | HEIGHT_MIN 10 |
| #define | HEIGHT_MAX 100 |
| #define | TIMEOUT_MIN 1 |
| #define | TIMEOUT_MAX 10 |
Funzioni |
| static void | run_dialog (BrainMcsPlugin *mcs_plugin) |
| static void | dialog_response (GtkWidget *dialog, gint response_id) |
| static void | value_changed (GtkWidget *widget, int value) |
| GtkTreeModel * | model_for_acts_tree () |
| gboolean | add_activity (GtkButton *button, gpointer data) |
| void | remove_element_in_db (GtkTreeIter *iter, int act_num, ACTIVITY_ELEMENTS type, gchar *name) |
| void | update_element_in_db (int act_num, ACTIVITY_ELEMENTS type, gchar *new_name, gchar *new_opts, gchar *ex_name) |
| void | insert_into_model (int act_num, ACTIVITY_ELEMENTS type, gchar *name, gchar *opts) |
| void | add_element_in_db (int act_num, ACTIVITY_ELEMENTS type, gchar *new_name, gchar *new_opts) |
| void | choose_new_file (GtkButton *button, GtkWidget *name) |
| void | choose_new_app (GtkButton *button, GtkWidget *app) |
| void | contact_selected_dialog (GtkTreeView *treeview, GtkTreePath *path, GtkTreeViewColumn *column, int act_num) |
| void | bookmark_selected_dialog (GtkTreeView *treeview, GtkTreePath *path, GtkTreeViewColumn *column, int act_num) |
| void | applet_selected_dialog (GtkTreeView *treeview, GtkTreePath *path, GtkTreeViewColumn *column, int act_num) |
| void | file_selected_dialog (GtkTreeView *treeview, GtkTreePath *path, GtkTreeViewColumn *column, int act_num) |
| void | add_file_in_act (GtkButton *button, int act) |
| void | add_applet_in_act (GtkButton *button, int act) |
| void | add_bookmark_in_act (GtkButton *button, int act) |
| void | add_contact_in_act (GtkButton *button, int act) |
| void | model_for_items_into_act (int act_num, ACTIVITY_ELEMENTS type) |
| void | draw_frame_for_activity (char *element_path, TaskbarDialog *dialog) |
| static void | item_selection_changed (GtkTreeView *tree, GtkTreePath *path, GtkTreeViewColumn *col, TaskbarDialog *dialog) |
| TaskbarDialog * | create_filelist_dialog (BrainMcsPlugin *mcs_plugin) |
| static void | setup_dialog (TaskbarDialog *itf) |
| static int | create_channel (BrainMcsPlugin *mcs_plugin) |
| BrainMcsPluginInitResult | mcs_plugin_init (BrainMcsPlugin *mcs_plugin) |
Variabili |
| static gboolean | is_running = FALSE |
| static gboolean | position = TRUE |
| static gboolean | autohide = FALSE |
| static gboolean | show_pager = TRUE |
| static gboolean | show_tray = TRUE |
| static int | height = 30 |
| static int | timeout = 3 |
| static gboolean | open_all_files = FALSE |
| TaskbarDialog * | itf |
| ActivityDescriptor * | acts |
| int | ActsNum |