glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-core
/
uk.co.nickthecoder.glok.control
/
ScrollPane
/
ScrollPaneCommands
Scroll
Pane
Commands
object
ScrollPaneCommands
:
Commands
Members
Properties
commands
Link copied to clipboard
val
commands
:
MutableMap
<
String
,
Command
>
END
Link copied to clipboard
val
END
:
Command
HOME
Link copied to clipboard
val
HOME
:
Command
icons
Link copied to clipboard
var
icons
:
NamedImages
?
PAGE_
DOWN
Link copied to clipboard
val
PAGE_DOWN
:
Command
PAGE_
UP
Link copied to clipboard
val
PAGE_UP
:
Command
Functions
define
Link copied to clipboard
fun
define
(
name
:
String
,
text
:
String
,
keyCombination
:
KeyCombination
?
=
null
,
tooltip
:
String
?
=
null
)
:
Command
Adds a single
Command
to the map (
commands
).
fun
define
(
name
:
String
,
text
:
String
,
keyCombination
:
KeyCombination
?
=
null
,
tooltip
:
String
?
=
null
,
block
:
Command
.
(
)
->
Unit
)
:
Command