WindowDialog.resizable

If true the user can resize the window. Default value: false.

  1. bool resizable [@property getter]
  2. bool resizable [@property setter]
    struct WindowDialog
    @nogc nothrow @property
    void
    resizable
    (
    bool v
    )

Meta