Expose help and close buttons as properties
This commit is contained in:
parent
bafe74ea24
commit
667e074362
@ -208,8 +208,11 @@ open class FramePanel<out S : Screen>(
|
||||
}
|
||||
|
||||
protected var dragging = false
|
||||
protected var closeButton: CloseButton? = null
|
||||
protected var helpButton: HelpButton? = null
|
||||
|
||||
var closeButton: CloseButton? = null
|
||||
protected set
|
||||
var helpButton: HelpButton? = null
|
||||
protected set
|
||||
|
||||
var closeOnEscape = false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user