Home
last modified time | relevance | path

Searched refs:highlightlabel (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/mapyrus/mapyrus-1.802/userdoc/
H A Dmapview4.mapyrus3 begin highlightlabel name
43 highlightlabel name
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dkeyresponses.c828 if (((RhythmElement *) Denemo.project->rstep->data)->highlightlabel) in deletepreviousobject()
831 … set_rhythm_label (cursnip, ((RhythmElement *) Denemo.project->rstep->data)->highlightlabel); in deletepreviousobject()
H A Dcommandfuncs.c69 if (((RhythmElement *) g->data)->highlightlabel) in nextrhythm()
71 set_rhythm_label (cursnip, ((RhythmElement *) g->data)->highlightlabel); in nextrhythm()
1451 if (((RhythmElement *) gui->rstep->data)->highlightlabel) in insert_note_following_pattern()
1454 set_rhythm_label (cursnip, ((RhythmElement *) gui->rstep->data)->highlightlabel); in insert_note_following_pattern()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h1132 …gpointer highlightlabel; /**< a string, but displayed in music font, which labels the button when … member
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dview.c1583 gchar *text = ((RhythmElement *) project->rstep->data)->highlightlabel; in select_rhythm_pattern()
2021 el->highlightlabel = music_font (pattern->str); in fill_in_steps()