Minimum sizes make more sense now

This commit is contained in:
Sasha Koshka 2023-07-12 01:45:08 -04:00
parent facd85ef21
commit ae5c177484
1 changed files with 2 additions and 1 deletions

View File

@ -109,10 +109,11 @@ type Box interface {
Window () Window
Bounds () image.Rectangle
InnerBounds () image.Rectangle
MinimumSize () image.Point
SetBounds (image.Rectangle)
SetColor (color.Color)
SetBorder (...Border)
SetMinimumSize (int, int)
SetMinimumSize (image.Point)
SetPadding (Inset)
SetDNDData (data.Data)