wxWidgets/include/wx/osx/core
Vadim Zeitlin ac4634b294 Update just the colour, not font, in wxOSX SetForegroundColour()
Calling wxWindow::SetForegroundColour() also changed the window font,
which was unexpected and unnecessary.

Add a separate peer SetForegroundColour() method and implement it to
change just the colour in Cocoa version (and leave unimplemented, just
as it was before, for iOS) and use it in wxWindow to avoid the font
change.
2021-03-13 23:03:28 +01:00
..
private Produce NFD in wxConvFileName::FromWChar() on macOS 2020-07-14 20:15:04 +02:00
cfarray.h
cfdataref.h
cfdictionary.h Avoid -Wdeprecated-copy warning 2020-10-18 18:00:13 -07:00
cfref.h Avoid -Wcast-qual warning 2020-07-20 08:14:06 -07:00
cfstring.h cfstring.h compilation fix for ARC builds 2020-08-22 16:46:27 +02:00
cftype.h
colour.h Remove some unnecessary ctor/operator= definitions 2020-10-18 18:00:05 -07:00
dataview.h Add wxDataViewCtrl::ExpandChildren() 2020-12-05 16:37:13 +01:00
evtloop.h
hid.h
joystick.h
mimetype.h
objcid.h
private.h Update just the colour, not font, in wxOSX SetForegroundColour() 2021-03-13 23:03:28 +01:00