Fix type for window<%> for TR

Closes PR 14812
This commit is contained in:
Asumu Takikawa 2014-10-31 11:16:03 -04:00
parent b7eeaf7608
commit d6b3434cc6

View File

@ -600,6 +600,7 @@
[get-x (-> Integer)]
[get-y (-> Integer)]
[has-focus? (-> Boolean)]
[is-enabled? (-> Boolean)]
[is-shown? (-> Boolean)]
[on-drop-file (Path -> Void)]
[on-focus (Any -> Void)]