示例#1
0
文件: Edit.hpp 项目: damianob/xcsoar
 /**
  * Sets the Editors text to the given Value
  * @param Value The new text of the Editor Control
  */
 void SetText(const TCHAR *value) {
   edit.SetText(value);
 }