コード例 #1
0
ファイル: Edit.hpp プロジェクト: damianob/xcsoar
 void SetReadOnly(bool read_only=true) {
   edit.SetReadOnly(read_only);
 }