app: add Window.Maximize and Center, add Windows implementation

Signed-off-by: Jan Kare Vatne <jkvatne@online.no>
This commit is contained in:
Jan Kåre Vatne
2021-11-10 13:56:08 +01:00
committed by Elias Naur
parent dce453e130
commit 9835cd5996
10 changed files with 98 additions and 0 deletions
+1
View File
@@ -200,6 +200,7 @@ const (
WS_CLIPCHILDREN = 0x00010000
WS_CLIPSIBLINGS = 0x04000000
WS_MAXIMIZE = 0x01000000
WS_VISIBLE = 0x10000000
WS_OVERLAPPED = 0x00000000
WS_OVERLAPPEDWINDOW = WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME |