Class WindowFrame

Window frame with caption widget.

class WindowFrame
  : Panel

Fields

TypeNameDescription
void delegate()
onClose If assigned, the close button will be visible
dstring
title

1 inherited fields

Methods

NameDescription
build ()

5 inherited methods

CSS nodes

WindowFrame
├── Panel.caption
│   ├── Label
│   ╰── Button?.flat
╰── Panel.body
    ╰── *items*