示例#1
0
文件: Edit.hpp 项目: damianob/xcsoar
 void SetEnabled(bool enabled) {
   WindowControl::SetEnabled(enabled);
   edit.SetEnabled(enabled);
 }