|
Strutture dati |
| struct | KeyboardDialog |
Definizioni |
| #define | PLUGIN_NAME "keyboard" |
| #define | DEFAULT_THEME "Default" |
| #define | ON 1 |
| #define | OFF 0 |
| #define | ALL -1 |
| #define | DEFAULT_ICON_SIZE 48 |
| #define | MAX_ELEMENTS_BEFORE_SCROLLING 6 |
Funzioni |
| static void | set_repeat (int key, int auto_repeat_mode) |
| static void | xkb_set_repeat_rate (int delay, int interval) |
| static void | theme_selection_changed (GtkTreeSelection *selection, gpointer data) |
| static void | read_themes (KeyboardDialog *dialog) |
| static gint | sort_func (GtkTreeModel *model, GtkTreeIter *a, GtkTreeIter *b, gpointer user_data) |
| static void | cb_dialog_response (GtkWidget *dialog, gint response_id) |
| static void | cb_checkrepeat_changed (GtkWidget *dialog, gpointer user_data) |
| static void | cb_repeatdelay_changed (GtkWidget *dialog, gpointer user_data) |
| static void | cb_checkblink_changed (GtkWidget *dialog, gpointer user_data) |
| static void | cb_blinktime_changed (GtkWidget *dialog, gpointer user_data) |
| KeyboardDialog * | create_keyboard_dialog (BrainMcsPlugin *mcs_plugin) |
| static void | setup_dialog (KeyboardDialog *itf) |
| static int | create_channel (BrainMcsPlugin *mcs_plugin) |
| static void | run_dialog (BrainMcsPlugin *mcs_plugin) |
| BrainMcsPluginInitResult | mcs_plugin_init (BrainMcsPlugin *mcs_plugin) |
Variabili |
| static gboolean | setting_model = FALSE |
| static gboolean | initial_scroll = TRUE |
| static gboolean | is_running = FALSE |
| static gchar * | current_key_theme = NULL |
| static gboolean | cursor_blink = TRUE |
| static int | cursor_blink_time = 500 |
| static gboolean | repeat_key = TRUE |
| static int | repeat_delay = 500 |
| static int | repeat_rate = 30 |
| static gboolean | xkbpresent = FALSE |
| KeyboardDialog * | Dialog |