GtkComposeNode

interface GtkComposeNode

A base node in the Compose tree.

TODO: can we achieve the same using composition instead of inheritance?

Inheritors

Functions

Link copied to clipboard
abstract fun addNode(index: Int, child: GtkComposeNode)
Link copied to clipboard
abstract fun clearNodes()
Link copied to clipboard
abstract fun removeNode(index: Int)