I have a window with .show_titlebar(false). But if I try to set the window's size to less than (I think) 136px. As that is the windows titlebar button width (minimize, maximize, close). So the .show_titlebar(false) does not set the window style to none.
Is it possible the get the window's HWND to manually set it?
I have a window with
.show_titlebar(false)
. But if I try to set the window's size to less than (I think) 136px. As that is the windows titlebar button width (minimize, maximize, close). So the.show_titlebar(false)
does not set the window style to none.Is it possible the get the window's HWND to manually set it?
The app will only be ran on windows.