toggle menu
ktfx
0.3
jvm
switch theme
search in API
ktfx-commons
/
ktfx.dialogs
/
DialogButtonContainer
/
add
add
inline
fun
add
(
text
:
String
,
data
:
ButtonBar.ButtonData
=
ButtonData.OTHER
,
configuration
:
Button
.
(
)
->
Unit
)
:
Button
Add custom button specifying
text
and
data
using
configuration
block.
fun
add
(
type
:
ButtonType
)
:
Button
Add raw
ButtonType
.