wxWidgets/include/wx/osx
Stefan Csomor f871cf140c adding kqueue define for xcode builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-01-04 07:52:45 +00:00
..
carbon removing event handlers on non-owned windows when the destroy event is sent 2009-12-25 09:47:30 +00:00
cocoa removing event handlers on non-owned windows when the destroy event is sent 2009-12-25 09:47:30 +00:00
core Get the OS X Cocoa native combobox building by having the native code compile if wxOSX_USE_NATIVE_COMBOBOX is defined. It must be explicitly enabled by adding that define to the build flags as the native implementation is mostly just stubs right now. 2010-01-04 01:57:42 +00:00
iphone removing event handlers on non-owned windows when the destroy event is sent 2009-12-25 09:47:30 +00:00
private correcting error message 2010-01-03 19:58:18 +00:00
accel.h
app.h Create an autorelease pool to catch objects created during several special situations, like customized initialization, so that we don't leak there. 2009-11-05 00:31:36 +00:00
bitmap.h
bmpbuttn.h moving bitmapbutton functionality up to button for OSX 2009-10-09 12:24:35 +00:00
brush.h
button.h Improve wxCollapsiblePane appearance under OS X. 2009-10-16 16:25:43 +00:00
checkbox.h
checklst.h
chkconf.h
choice.h
clipbrd.h
colordlg.h
colour.h
combobox.h Get the OS X Cocoa native combobox building by having the native code compile if wxOSX_USE_NATIVE_COMBOBOX is defined. It must be explicitly enabled by adding that define to the build flags as the native implementation is mostly just stubs right now. 2010-01-04 01:57:42 +00:00
config_xcode.h adding kqueue define for xcode builds 2010-01-04 07:52:45 +00:00
control.h
cursor.h make access for virtuals match base 2009-12-03 17:20:15 +00:00
dataform.h
dataobj2.h
dataobj.h
dataview.h Big wxDataViewCtrl renderer classes refactoring. 2009-11-10 17:40:58 +00:00
dc.h
dcclient.h
dcmemory.h
dcprint.h
dcscreen.h
dialog.h
dirdlg.h
dnd.h
dvrenderer.h Add support for custom attributes to wxOSX/Cocoa wxDataViewCustomRenderer. 2009-11-10 17:42:24 +00:00
dvrenderers.h Add wxOSX_USE_COCOA around Cocoa-only OSXApplyAttr() method. 2009-11-11 01:36:36 +00:00
evtloop.h Refactor wxEventLoopSource-related code. 2009-10-22 11:36:35 +00:00
evtloopsrc.h Refactor wxEventLoopSource-related code. 2009-10-22 11:36:35 +00:00
filedlg.h
font.h NSFont -> wxFont conversion. 2009-10-31 23:00:04 +00:00
fontdlg.h
frame.h make access for virtuals match base 2009-12-03 17:20:15 +00:00
gauge.h
glcanvas.h
helpxxxx.h
icon.h
imaglist.h
joystick.h
listbox.h
listctrl.h Applied #10858: wxListCtrl on Mac does not route Freeze/Thaw/Update to m_genericImpl 2009-09-25 07:45:35 +00:00
mdi.h
menu.h replace TRUE/FALSE with true/false 2009-10-09 17:39:19 +00:00
menuitem.h
metafile.h replace TRUE/FALSE with true/false 2009-10-09 17:39:19 +00:00
mimetype.h
minifram.h
msgdlg.h
nonownedwnd.h Don't use a destroy event handler to disconnect the native control's delegate as the destroy event propagates and can cause the TLW to remove its delegate at unexpected times, such as when a child control is destroyed but the TLW remains active. Instead, do it in response to the Destroy() call. 2010-01-03 23:59:32 +00:00
notebook.h
palette.h
pen.h
pnghand.h
pngread.h
popupwin.h
printdlg.h
printmac.h replace TRUE/FALSE with true/false 2009-10-09 17:39:19 +00:00
private.h minor cleanup 2009-12-05 19:57:58 +00:00
radiobox.h
radiobut.h
region.h
scrolbar.h
setup0.h Enable wxGraphicsContext and related classes by default if supported. 2009-11-24 00:01:15 +00:00
slider.h
sound.h To support playing async sounds on the stack on Mac, do not delete the wxSoundData when its wxSound object is destroyed if it's in the queue of sounds to be played. Instead, mark it to be deleted and delete it after it has played. 2009-12-30 17:41:29 +00:00
spinbutt.h
spinctrl.h replace TRUE/FALSE with true/false 2009-10-09 17:39:19 +00:00
srchctrl.h
statbmp.h
statbox.h
statline.h
stattext.h replace TRUE/FALSE with true/false 2009-10-09 17:39:19 +00:00
statusbr.h make access for virtuals match base 2009-12-03 17:20:15 +00:00
taskbarosx.h
textctrl.h Start on Get/SetStyle support for OS X Cocoa wxTextCtrl. 2009-11-01 00:58:04 +00:00
tglbtn.h
toolbar.h Remove the native toolbar from the frame in Destroy() rather than the destructor, as removing it in the destructor causes resize / repaint events to fire on the native control, which then goes to wx controls being deleted. 2009-12-25 20:43:43 +00:00
tooltip.h
toplevel.h Add OSX prefix, and be clear that this is OS X only API to avoid any expectation that this API may work elsewhere. 2009-12-09 05:25:32 +00:00
treectrl.h
uma.h
window.h Implement wxWindow::ShowWithEffect() for wxOSX/Cocoa. 2009-10-05 22:57:59 +00:00