Structure

IndentGroup

A container that increases the indentationLevel of its content by one.

Declaration

struct IndentGroup

Example


MenuItem("Connected Interfaces")
IndentGroup {
    MenuItem("Wi-Fi")
    MenuItem("Bluetooth")
}

See Also

Constructing Menus