Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dcommandfuncs.h25 void measureleft (GtkAction * action, DenemoScriptParam * param);
H A Dcommandfuncs.c384 measureleft (GtkAction* action, DenemoScriptParam * param) in measureleft() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h18 …ves the cursor to the first object in the next measure, extending selection if any"), measureleft);
H A Dentries.h19 …or to the first object in the next measure, extending selection if any"),G_CALLBACK (measureleft)},
H A Dscheme_cb.h53 return scheme_call_callback(optional, measureleft); in scheme_MeasureLeft()