component-ktx
6.5.0
component-ktx
/
org.pushingpixels.radiance.component.ktx
/
KCommandMenu
KCommand
Menu
class
KCommandMenu
Constructors
Functions
Properties
Constructors
KCommand
Menu
Link copied to clipboard
fun
KCommandMenu
(
)
Functions
command
Link copied to clipboard
fun
command
(
actionKeyTip
:
String
?
=
null
,
popupKeyTip
:
String
?
=
null
,
init
:
KCommand
.
(
)
->
Unit
)
:
KCommand
command
Panel
Link copied to clipboard
fun
commandPanel
(
init
:
KCommandPopupMenuButtonPanel
.
(
)
->
Unit
)
group
Link copied to clipboard
fun
group
(
init
:
KCommandGroup
.
(
)
->
Unit
)
:
KCommandGroup
Properties
max
Visible
Menu
Commands
Link copied to clipboard
var
maxVisibleMenuCommands
:
Int
menu
Content
Padding
Link copied to clipboard
var
menuContentPadding
:
Insets
to
Dismiss
On
Command
Activation
Link copied to clipboard
var
toDismissOnCommandActivation
:
Boolean