wxWidgets/include/wx/osx
Stefan Csomor f8af2601c2 Add wxOSX_VERIFY_NOERR macro and use it in wxOSX code
This macro replaces the deprecated __Verify_noErr defined in the SDK.

It is different from assert, as the expression given to the macro is
always evaluated and then, if the result is not zero, and asserts are
on, an assert containing a human readable message with the description
of the error code is triggered.

Closes https://github.com/wxWidgets/wxWidgets/pull/1973

Co-authored-by: Vadim Zeitlin <vadim@wxwidgets.org>
2021-01-17 23:57:38 +01:00
..
carbon Remove unused carbon files 2020-01-23 21:13:11 +01:00
cocoa Render statusbar natively on macOS 2020-12-31 18:51:46 +01:00
core Add wxOSX_VERIFY_NOERR macro and use it in wxOSX code 2021-01-17 23:57:38 +01:00
iphone Simplify SetFont() in wxOSX implementations 2020-12-06 00:33:30 +01:00
private Fix Cancel() semantics under MSW and other improvements to it 2021-01-16 13:50:29 +01:00
accel.h
activityindicator.h
anybutton.h Addition of overrides in anybutton.h, collpaneg.h, notebook.h, spinctlg.h, srchctrl.h and radiobox.h 2015-11-22 10:15:41 +01:00
app.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
appprogress.h
bitmap.h Fix creating wxMask image from raw data 2019-09-29 16:21:45 +02:00
bmpbuttn.h Add possibility to create "Close" bitmap button from XRC 2020-11-19 15:44:54 +01:00
brush.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
button.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
checkbox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
checklst.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
chkconf.h Remove wxOSX/Carbon support. 2016-02-01 13:48:48 +01:00
choice.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
clipbrd.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
colordlg.h Make wxColourData parameter of wxColourDialog ctor const 2019-07-16 20:19:33 +02:00
colour.h
combobox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
config_xcode.h Remove variadic macros test from configure 2020-10-20 01:59:00 +02:00
control.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
cursor.h Remove redundant wxSetCursor() declarations 2020-08-31 01:25:45 +02:00
dataform.h wrapping private types properly in UTI 2020-11-29 20:42:26 +01:00
dataobj2.h Remove unused wxBitmapDataObject::m_pictCreated 2020-07-02 16:03:32 +02:00
dataobj.h adding data-transfer direction when getting native datatypes 2020-07-12 17:53:10 +02:00
dataview.h Mac: Add wxDataViewCtrl::AdjustAutosizedColumns() 2020-12-22 02:03:38 +01:00
datectrl.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
datetimectrl.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
dc.h
dcclient.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
dcmemory.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
dcprint.h Don't use void for functions without arguments 2019-10-02 20:40:51 +02:00
dcscreen.h Remove Carbon-specific code from wxScreenDC implementation 2019-10-27 01:44:29 +02:00
dialog.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
dirdlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
dnd.h Changing datatransfer implementation from CFPasteboard to NSPasteboard API (#1264) 2019-10-08 06:32:44 +02:00
dvrenderer.h Add wxDataViewValueAdjuster 2016-12-11 15:20:42 +01:00
dvrenderers.h Implement macOS-specific wxDataViewCheckIconTextRenderer 2019-10-21 21:14:54 +02:00
evtloop.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
evtloopsrc.h
filedlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
font.h Avoid infinite recursion between wxStockGDI and wxSystemSettions 2020-07-14 20:10:46 +02:00
fontdlg.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
frame.h Render statusbar natively on macOS 2020-12-31 18:51:46 +01:00
fswatcher_fsevents.h Eliminate public header file's dependency on CoreServices.h 2020-07-16 01:54:24 +02:00
gauge.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
glcanvas.h Remove recently added GetOpenGLScaleFactor() 2020-07-18 23:51:05 +02:00
joystick.h
listbox.h Fix selection after inserting items in wxListBox in wxOSX 2020-12-05 23:39:17 +01:00
mdi.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
menu.h Add wxUSE_MENUBAR build option, off by default in wxiOS 2020-07-14 18:16:59 +02:00
menuitem.h Add more wxOVERRIDE to avoid clang warnings 2019-04-17 19:05:31 +02:00
metafile.h Avoid -Wdouble-promotion warnings in headers 2020-07-20 08:12:02 -07:00
mimetype.h
minifram.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
msgdlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
nonownedwnd.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
notebook.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
palette.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
pen.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
popupwin.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
printdlg.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
printmac.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
private.h moving datatransfer.h to source files 2019-11-05 19:20:51 +01:00
radiobox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
radiobut.h Make wxRadioButtonBase a plain class, not template 2020-09-21 18:01:37 +02:00
region.h
scrolbar.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
setup0.h Simplify wxUSE_WEBREQUEST_XXX logic 2020-12-13 16:34:47 +01:00
setup_inc.h Add recent macOS setup.h defines to correct file 2018-10-24 19:30:41 +02:00
slider.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
sound.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
spinbutt.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
srchctrl.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statbmp.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statbox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statline.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
stattext.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statusbr.h Remove redundant code from wxStatusBarMac 2021-01-16 18:30:55 +01:00
taskbarosx.h
textctrl.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
textentry.h Add more wxOVERRIDE to avoid clang warnings 2019-04-17 19:05:31 +02:00
tglbtn.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
timectrl.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
toolbar.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
tooltip.h
toplevel.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
uma.h Remove wxOSX/Carbon support. 2016-02-01 13:48:48 +01:00
webview_webkit.h macOS/iOS: Use WKWebView for wxWebView Implementation 2020-12-14 10:18:01 +01:00
webviewhistoryitem_webkit.h
window.h Allow configuring visible focus on Mac 2020-08-31 10:38:59 +02:00