Window.setMinimumSize

Set the minimum Size for the Window

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

Meta