Home
last modified time | relevance | path

Searched refs:praat_getAction (Results 1 – 3 of 3) sorted by relevance

/dports/audio/praat/praat-6.2.03/sys/
H A DButtonEditor.cpp154 Praat_Command cmd = praat_getAction (i);
157 drawAction (this, praat_getAction (i), i);
162 Praat_Command cmd = praat_getAction (i);
165 drawAction (this, praat_getAction (i), i);
170 Praat_Command cmd = praat_getAction (i);
173 drawAction (this, praat_getAction (i), i);
178 Praat_Command cmd = praat_getAction (i);
186 Praat_Command cmd = praat_getAction (i);
194 Praat_Command cmd = praat_getAction (i);
211 Praat_Command action = praat_getAction (i);
[all …]
H A DpraatP.h150 Praat_Command praat_getAction (integer i); // for ButtonEditor
H A Dpraat_actions.cpp772 Praat_Command praat_getAction (integer i) in praat_getAction() function