MaxSizePixels returns the maximum allowed outer size for the Window, including decorations. For child windows, this is only relevant when the parent of the Window has a Layout. RootWidgets, like *MainWindow and *Dialog, also honor this.
()
| 174 | // For child windows, this is only relevant when the parent of the Window |
| 175 | // has a Layout. RootWidgets, like *MainWindow and *Dialog, also honor this. |
| 176 | MaxSizePixels() Size |
| 177 | |
| 178 | // MinSize returns the minimum allowed outer size for the Window, including |
| 179 | // decorations. |
no outgoing calls
no test coverage detected