Home
last modified time | relevance | path

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

/dports/audio/praat/praat-6.2.03/sys/
H A DEditorM.h261 #define RADIO_VARIABLE(optionVariable) \ argument
262 static int optionVariable;
267 #define RADIO(optionVariable, labelText, defaultValue) \ argument
268 RADIO_VARIABLE (optionVariable) \
269 RADIO_FIELD (optionVariable, labelText, defaultValue)
281 #define OPTIONMENU_VARIABLE(optionVariable) \ argument
282 static int optionVariable;
287 #define OPTIONMENU(optionVariable, labelText, defaultValue) \ argument
288 OPTIONMENU_VARIABLE (optionVariable) \
289 OPTIONMENU_FIELD(optionVariable, labelText, defaultValue)
[all …]