Garden Compose
Toggle table of contents
main-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Garden Compose
Core
/
io.github.gardencompose
/
LeafComposeNode
Leaf
Compose
Node
open
class
LeafComposeNode
<
G
:
Widget
>
(
widget
:
G
)
:
GtkComposeWidget
<
G
>
Members
Constructors
Leaf
Compose
Node
Link copied to clipboard
constructor
(
widget
:
G
)
Properties
modifier
Link copied to clipboard
var
modifier
:
Modifier
widget
Link copied to clipboard
val
widget
:
G
Functions
add
Node
Link copied to clipboard
open
override
fun
addNode
(
index
:
Int
,
child
:
GtkComposeNode
)
:
Nothing
apply
Modifier
Link copied to clipboard
fun
applyModifier
(
modifier
:
Modifier
)
clear
Nodes
Link copied to clipboard
open
override
fun
clearNodes
(
)
:
Nothing
remove
Node
Link copied to clipboard
open
override
fun
removeNode
(
index
:
Int
)
:
Nothing