예제 #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);
 }