GtkComposeWidget

abstract class GtkComposeWidget<out W : Widget>(val widget: W) : GtkComposeNode

A node in the Compose tree that corresponds to a GTK Widget.

Inheritors

Constructors

Link copied to clipboard
constructor(widget: W)

Properties

Link copied to clipboard
Link copied to clipboard
val widget: W

Functions

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