File: kbd-interface.h

package info (click to toggle)
denemo 0.9.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 26,724 kB
  • sloc: ansic: 59,006; lisp: 13,874; sh: 11,666; makefile: 2,082; xml: 634; sed: 16
file content (18 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* kbd-interface.h
   Keyboard customization dialog - header file
   
   For Denemo, the GNU graphical music notation package
   (c) 2000-2005 Olivier Vermersch, Matthew Hiller */

#ifndef KBDINTERFACE_H
#define KBDINTERFACE_H

void
configure_keyboard_dialog (GtkAction *action, gpointer param);

void
configure_keyboard_dialog_init_idx (GtkAction * action, DenemoGUI * gui,
				    gint command_idx);


#endif