2023-09-12 08:17:52 +02:00

545 B

STRUCT

VStack

A GtkBox equivalent.

Properties

content

The content.

state

The state information (from properties with the State wrapper).

Methods

init(content:)

Initialize a VStack.

  • Parameter content: The view content.

init(content:state:)

Initialize a VStack.

  • Parameters:
    • content: The view content.
    • state: The state information.

update(_:)

Update a view storage.

  • Parameter storage: The view storage.

container()

Get a view storage.

  • Returns: The view storage.