~ubuntu-branches/ubuntu/feisty/xfce-mcs-plugins/feisty

« back to all changes in this revision

Viewing changes to plugins/mouse_plugin/mouse-plugin-internal.h

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-11-09 14:38:21 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20061109143821-afj4d44kjteo8olx
Tags: 4.3.99.2-0ubuntu1
New upstream release (4.4RC2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    GtkWidget *cursor_theme_list;
85
85
    GtkWidget *cursor_preview_list;
86
86
    GtkWidget *cursor_size_spinbtn;
 
87
 
 
88
#ifdef USE_XKB
 
89
                /* accessibility tab */
 
90
                GtkWidget *accessx_page;
 
91
    GtkWidget *checkbutton_mouse;
 
92
    GtkWidget *scale_mouse_keys_delay;
 
93
    GtkWidget *scale_mouse_keys_interval;
 
94
    GtkWidget *scale_mouse_keys_ttm;
 
95
    GtkWidget *scale_mouse_keys_max_speed;
 
96
#endif
87
97
} Itf;
88
98
 
89
99
void mouse_plugin_set_initial_cursor_values(McsPlugin *mcs_plugin);