Files
wxWidgets/include/wx/osx/core
Václav Slavík e687d0c4f6 Render statusbar natively on macOS
Instead of trying to mimic native statusbar background rendering in our
own code, use NSWindow setContentBorderThickness:forEdge: to extend the
border that is drawn by the system. This is the canonical way of doing
statusbars ("bottom bar") in AppKit.

The text is still drawn generically, but that's a much smaller issue
than trying to match the border gradient.
2020-12-31 18:51:46 +01:00
..
2018-10-01 08:10:13 +02:00
2020-10-18 18:00:13 -07:00
2020-07-20 08:14:06 -07:00
2019-04-05 11:08:53 -07:00
2020-12-31 18:51:46 +01:00