Home
last modified time | relevance | path

Searched refs:staffmenu (Results 1 – 6 of 6) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dstaff.c207 staff->staffmenu = (GtkMenu *) gtk_menu_new (); in staff_new()
397 gtk_widget_destroy ((GtkWidget *) (curstaffstruct->staffmenu)); in staff_delete()
H A Dscore.c722 thestaff->staffmenu = thestaff->voicemenu = NULL; in clone_staff()
H A Dselect.c1480 widget_for_staff_directive (directive, thestaff->staffmenu); in action_chunk()
H A Dlilydirectives.c1602 menu = ((DenemoStaff *) Denemo.project->movement->currentstaff->data)->staffmenu; in widget_for_directive()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h274 GtkMenu *staffmenu; /**< a menu to popup up with the staff directives attached */ member
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dimportxml.c2003 …irectives (childElem, (gpointer) staff_directive_put_graphic, curStaff->staffmenu, &curStaff->staf… in parseStaff()
2160 …irectives (childElem, (gpointer) staff_directive_put_graphic, curStaff->staffmenu, &curStaff->staf… in parseVoiceProps()