GtkComposeContainer

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.

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
override 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)