Window.setMinimumSize

Set the minimum Size for the Window

  1. void setMinimumSize(uint width, uint height)
  2. void setMinimumSize(Size size)
    struct Window
    @nogc nothrow
    void
    setMinimumSize
    (
    const Size size
    )

Meta