summaryrefslogtreecommitdiff
path: root/src/playbackprops.h
blob: 504477c1baf098e02a119f63c0af82bb1dadddb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* playbackprops.h 
 *
 * playback propertues callback function prototype 
 *
 * for Denemo, a gtk+ frontend for GNU Lilypond
 * (c) 2000-2005 Adam Tee, Matthew Hiller
 */ 

#ifndef PLAYBACKPROPS_H
#define PLAYBACKPROPS_H



static void
set_playback (GtkWidget * widget, gpointer data);
#endif