Home
last modified time | relevance | path

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

/dports/audio/praat/praat-6.2.03/dwtools/
H A DVowelEditor.h51 GuiText f0TextField, f0SlopeTextField, durationTextField, extendTextField; in Thing_define() local
H A DVowelEditor.cpp264 double slope = getRealFromTextWidget (my f0SlopeTextField); in VowelEditor_updateFromF0StartAndSlopeTextWidgets()
268 GuiText_setString (my f0SlopeTextField, Melder_double (slope)); in VowelEditor_updateFromF0StartAndSlopeTextWidgets()
930 GuiText_setString (my f0SlopeTextField, Melder_double (f0Slope)); in menu_cb_setF0()
1293 f0SlopeTextField = GuiText_createShown (our windowForm, left, right, top, bottom, 0); in v_createChildren()
1380 GuiText_setString (my f0SlopeTextField, Melder_double (my p_f0_slope)); in VowelEditor_create()