Compose 4 GTK
Toggle table of contents
main-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
Compose 4 GTK
Compose 4 GTK
/
io.github.compose4gtk
/
GtkComposeContainer
Gtk
Compose
Container
abstract
class
GtkComposeContainer
<
out
W
:
Widget
>
(
widget
:
W
)
:
GtkComposeWidget
<
W
>
A node in the Compose tree that corresponds to a GTK
Widget
that can contain other widgets.
Members
Constructors
Gtk
Compose
Container
Link copied to clipboard
constructor
(
widget
:
W
)
Properties
modifier
Link copied to clipboard
var
modifier
:
Modifier
widget
Link copied to clipboard
val
widget
:
W
Functions
add
Node
Link copied to clipboard
override
fun
addNode
(
index
:
Int
,
child
:
GtkComposeNode
)
apply
Modifier
Link copied to clipboard
fun
applyModifier
(
modifier
:
Modifier
)
clear
Nodes
Link copied to clipboard
abstract
fun
clearNodes
(
)
remove
Node
Link copied to clipboard
abstract
fun
removeNode
(
index
:
Int
)