1 /* kbd-interface.h
2    Keyboard customization dialog - header file
3 
4    For Denemo, the GNU graphical music notation package
5    (c) 2000-2005 Olivier Vermersch, Matthew Hiller */
6 
7 #ifndef KBDINTERFACE_H
8 #define KBDINTERFACE_H
9 
10 void configure_keyboard_dialog (GtkAction * action, DenemoScriptParam * param);
11 
12 void configure_keyboard_dialog_init_idx (GtkAction * action, gint command_idx);
13 
14 GtkWidget *get_command_view(void);
15 #endif
16