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
/
VirtualComposeNode
Virtual
Compose
Node
class
VirtualComposeNode
<
G
:
GObject
>
(
val
nodeCreator
:
(
G
)
->
GtkComposeNode
)
:
GtkComposeNode
Members
Constructors
Virtual
Compose
Node
Link copied to clipboard
constructor
(
nodeCreator
:
(
G
)
->
GtkComposeNode
)
Properties
node
Creator
Link copied to clipboard
val
nodeCreator
:
(
G
)
->
GtkComposeNode
Functions
add
Node
Link copied to clipboard
open
override
fun
addNode
(
index
:
Int
,
child
:
GtkComposeNode
)
clear
Nodes
Link copied to clipboard
open
override
fun
clearNodes
(
)
remove
Node
Link copied to clipboard
open
override
fun
removeNode
(
index
:
Int
)
set
Parent
Link copied to clipboard
fun
setParent
(
parent
:
G
?
)