예제 #1
0
파일: Edit.hpp 프로젝트: damianob/xcsoar
 void SetEnabled(bool enabled) {
   WindowControl::SetEnabled(enabled);
   edit.SetEnabled(enabled);
 }