File: dynamic.h

package info (click to toggle)
denemo 0.5.9-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,500 kB
  • ctags: 2,415
  • sloc: ansic: 23,057; sh: 3,321; yacc: 1,737; makefile: 449; lex: 376
file content (15 lines) | stat: -rw-r--r-- 286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* dynamic.h
 * function prototypes for inserting 
 * dynamics
 *
 * for Denemo, a gtk+frontend to GNU Lilypond 
 * (c) 2001 Adam Tee
 */


void
insert_dynamic (gpointer callback_data, guint callback_action,
		GtkWidget *widget);

void
insertdynamic (GtkWidget *widget, gpointer data);