wxWidgets/include/wx/osx
2009-07-10 19:19:36 +00:00
..
carbon adding special case for Carbon DataBrowser Checkbox 2009-07-09 14:47:51 +00:00
cocoa added support for bitmaps in wxButton to wxOSX/Cocoa 2009-06-21 03:01:53 +00:00
core adding special case for Carbon DataBrowser Checkbox 2009-07-09 14:47:51 +00:00
iphone adapting to widgetimpl extensions and iPhone OS 3.0 2009-07-10 19:19:36 +00:00
private porting dcscreen blit from 2.8 2008-10-06 19:48:52 +00:00
accel.h headermove osx - header files 2009-01-17 10:43:43 +00:00
app.h adapting init sequence for different osx platforms 2009-07-10 17:46:05 +00:00
bitmap.h iPhone bitmap support 2009-07-10 17:33:43 +00:00
bmpbuttn.h override DoSetBitmap() instead of SetBitmapLabel() 2009-06-19 04:47:59 +00:00
brush.h
button.h added support for bitmaps in wxButton to wxOSX/Cocoa 2009-06-21 03:01:53 +00:00
checkbox.h Forgot header with OSX prefix 2009-01-23 08:40:26 +00:00
checklst.h headermove osx - header files 2009-01-17 10:43:43 +00:00
chkconf.h fixing end-of-file 2009-03-23 09:10:37 +00:00
choice.h Forgot header with OSX prefix 2009-01-23 08:40:26 +00:00
clipbrd.h headermove osx - header files 2009-01-17 10:43:43 +00:00
colordlg.h headermove osx - header files 2009-01-17 10:43:43 +00:00
colour.h
combobox.h adapting TextUpdateEvents, using wxTextEntry API 2009-04-14 20:09:39 +00:00
config_xcode.h updated the version to 2.9.1 2009-07-05 11:51:53 +00:00
control.h set m_isBeingDeleted to true (only) in SendDestroyEvent(); call it as early as possible during the window destruction to ensure that destroy event handlers can still access the full window object 2009-01-20 18:33:33 +00:00
cursor.h reworking event handling to redirect to c++ virtual functions 2009-02-07 13:25:58 +00:00
dataform.h headermove osx - header files 2009-01-17 10:43:43 +00:00
dataobj2.h headermove osx - header files 2009-01-17 10:43:43 +00:00
dataobj.h headermove osx - header files 2009-01-17 10:43:43 +00:00
dataview.h fix many mostly harmless warnings in wxOSX/Carbon build 2009-06-20 00:21:53 +00:00
dc.h headermove osx - header files 2009-01-17 10:43:43 +00:00
dcclient.h add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
dcmemory.h add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
dcprint.h headermove osx - header files 2009-01-17 10:43:43 +00:00
dcscreen.h add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
dialog.h headermove osx - header files 2009-01-17 10:43:43 +00:00
dirdlg.h Sheet support for wxDirDialog. 2009-03-05 21:21:45 +00:00
dnd.h Stub out GetMatchingPair() for now to allow us to use the generic wxDVC on Cocoa. 2009-02-08 23:21:22 +00:00
evtloop.h implement DispatchTimeout() for wxOSX/Cocoa 2008-12-28 14:32:49 +00:00
filedlg.h headermove osx - header files 2009-01-17 10:43:43 +00:00
font.h added convenient wxFont::Make{Bold,Italic,Smaller,Larger} and Scale() methods 2009-06-12 20:11:21 +00:00
fontdlg.h headermove osx - header files 2009-01-17 10:43:43 +00:00
frame.h use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically 2009-04-25 12:59:09 +00:00
gauge.h headermove osx - header files 2009-01-17 10:43:43 +00:00
glcanvas.h compilation fix for wxOSX/Cocoa: don't use Carbon functions in common to all OS X ports OpenGL code 2009-07-03 12:22:40 +00:00
helpxxxx.h headermove osx - header files 2009-01-17 10:43:43 +00:00
icon.h headermove osx - header files 2009-01-17 10:43:43 +00:00
imaglist.h headermove osx - header files 2009-01-17 10:43:43 +00:00
joystick.h headermove osx - header files 2009-01-17 10:43:43 +00:00
listbox.h headermove osx - header files 2009-01-17 10:43:43 +00:00
listctrl.h pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems() callback as it's more compatible with the existing code assuming that this parameter is signed (as our own wxFileCtrl did) 2009-04-16 13:00:40 +00:00
mdi.h headermove osx - header files 2009-01-17 10:43:43 +00:00
menu.h menu fixes, also fixes #10479 2009-02-08 11:49:46 +00:00
menuitem.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
metafile.h add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
mimetype.h reverting to former mimetype routing to core 2009-01-17 13:25:10 +00:00
minifram.h headermove osx - header files 2009-01-17 10:43:43 +00:00
msgdlg.h headermove osx - header files 2009-01-17 10:43:43 +00:00
nonownedwnd.h solving inversion problem, because SetShape is redefined on toplevel.h level 2009-03-13 18:43:46 +00:00
notebook.h Forgot header with OSX prefix 2009-01-23 08:40:26 +00:00
palette.h headermove osx - header files 2009-01-17 10:43:43 +00:00
pen.h Implement GetDashCount() for Carbon/Cocoa. 2009-02-07 23:23:18 +00:00
pnghand.h headermove osx - header files 2009-01-17 10:43:43 +00:00
pngread.h headermove osx - header files 2009-01-17 10:43:43 +00:00
popupwin.h headermove osx - header files 2009-01-17 10:43:43 +00:00
printdlg.h testing header replace 2009-01-17 09:05:00 +00:00
printmac.h headermove osx - header files 2009-01-17 10:43:43 +00:00
private.h missin quote 2008-09-12 18:30:20 +00:00
radiobox.h use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated and confusing wxRA_HORIZONTAL/VERTICAL 2009-06-03 22:33:32 +00:00
radiobut.h Forgot header with OSX prefix 2009-01-23 08:40:26 +00:00
region.h common drawing code for osx-cocoa and osx-carbon, also since 10.5 HIShapeRef is in ApplicationServices, so this can be used for all osx-cocoa builds as native wxRegion implementation 2009-02-09 09:01:19 +00:00
scrolbar.h Forgot header with OSX prefix 2009-01-23 08:40:26 +00:00
setup0.h enable OpenGL library build by default under Windows too 2009-05-31 12:55:11 +00:00
slider.h Forgot header with OSX prefix 2009-01-23 08:40:26 +00:00
sound.h headermove osx - header files 2009-01-17 10:43:43 +00:00
spinbutt.h Forgot header with OSX prefix 2009-01-23 08:40:26 +00:00
spinctrl.h use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to avoid problems with the latter not being defined in wx/spinctrl.h on non-MSW platforms (see #10621) 2009-03-22 10:55:55 +00:00
srchctrl.h headermove osx - header files 2009-01-17 10:43:43 +00:00
statbmp.h osx new layout 2008-09-02 16:53:23 +00:00
statbox.h headermove osx - header files 2009-01-17 10:43:43 +00:00
statline.h headermove osx - header files 2009-01-17 10:43:43 +00:00
stattext.h headermove osx - header files 2009-01-17 10:43:43 +00:00
statusbr.h use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically 2009-04-25 12:59:09 +00:00
taskbarosx.h headermove osx - header files 2009-01-17 10:43:43 +00:00
textctrl.h adapting TextUpdateEvents, using wxTextEntry API 2009-04-14 20:09:39 +00:00
tglbtn.h Forgot header with OSX prefix 2009-01-23 08:40:26 +00:00
toolbar.h headermove osx - header files 2009-01-17 10:43:43 +00:00
tooltip.h headermove osx - header files 2009-01-17 10:43:43 +00:00
toplevel.h solving inversion problem, because SetShape is redefined on toplevel.h level 2009-03-13 18:43:46 +00:00
treectrl.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
uma.h Forward port event handler fixes to trunk. 2008-11-22 04:10:31 +00:00
window.h implement propert background style semantics for OS X 2009-06-18 15:33:51 +00:00