Home
last modified time | relevance | path

Searched defs:SetFValue (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbcnumerickeyboard.pas38 procedure SetFValue(AValue: string); procedure
190 procedure TBCCustomNumericKeyboard.SetFValue(AValue: string); procedure
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DPopupEditorDialog.h75 inline void PopupEditorDialog::SetFValue(float a) { sprintf(textdata, "%f", a); } in SetFValue() function