FeedbackWindow.collectFeedback return the window
This commit is contained in:
@@ -82,9 +82,11 @@
|
|||||||
(future.ready timeout)))
|
(future.ready timeout)))
|
||||||
}))
|
}))
|
||||||
|
|
||||||
(function :Void collectFeedback [:Void->Void onClose
|
(function :SimpleWindow collectFeedback [:Void->Void onClose
|
||||||
&opt :FlxColor bgColor
|
&opt :FlxColor bgColor
|
||||||
:FlxColor textColor
|
:FlxColor textColor
|
||||||
:Bool xButton
|
:Bool xButton
|
||||||
:String xKey]
|
:String xKey]
|
||||||
(.show (new FeedbackWindow onClose bgColor textColor xButton xKey)))
|
(let [w (new FeedbackWindow onClose bgColor textColor xButton xKey)]
|
||||||
|
(w.show)
|
||||||
|
w))
|
Reference in New Issue
Block a user