walk icon indicating copy to clipboard operation
walk copied to clipboard

How to remove SBARS_SIZEGRIP from StatusBar

Open kayon opened this issue 2 years ago • 0 comments

style := win.GetWindowLong(mw.StatusBar().Handle(), win.GWL_STYLE)
style &= ^win.SBARS_SIZEGRIP
win.SetWindowLong(mw.StatusBar().Handle(), win.GWL_STYLE, style)

It doesn't work. And there is no way to set MainWindow when it is created.

kayon avatar Feb 06 '22 12:02 kayon