Files
wxWidgets/include/wx/osx/cocoa
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
..
2019-01-30 17:35:54 +01:00
2020-12-08 18:43:05 +01:00
2020-12-31 18:51:46 +01:00