gtk-kt
dsl
/
org.gtk.dsl.gtk
/
comboBox
combo
Box
inline
fun
Box
.
comboBox
(
buttonBuilder
:
ComboBox
.
(
)
->
Unit
=
{}
)
:
ComboBox
Content copied to clipboard
inline
fun
Box
.
comboBox
(
treeModel
:
TreeModel
,
withEntry
:
Boolean
=
false
,
buttonBuilder
:
ComboBox
.
(
)
->
Unit
=
{}
)
:
ComboBox
Content copied to clipboard
inline
fun
Grid
.
comboBox
(
treeModel
:
TreeModel
,
left
:
Int
,
right
:
Int
,
width
:
Int
,
height
:
Int
,
withEntry
:
Boolean
=
false
,
buttonBuilder
:
ComboBox
.
(
)
->
Unit
=
{}
)
:
ComboBox
Content copied to clipboard