wxWidgets/include/wx/mac/carbon
Robert Roebling df816ad92f Updated wxPallete information.
Added GetColourCount() implementation to Carbon (I wonder
    why it doesnt just use the generic implementation).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-24 10:27:12 +00:00
..
private
accel.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
aga.h
app.h cleanup 2006-09-21 06:27:58 +00:00
apptbase.h
apptrait.h
bitmap.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
bmpbuttn.h
brush.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
button.h
checkbox.h
checklst.h added virtual dtor to wxMacListControl to silence gcc warnings 2006-05-18 00:52:48 +00:00
chkconf.h
choice.h
clipbrd.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
colordlg.h
colour.h removed overloaded virtual InitWith() methods, keep just a single InitRGBA() 2006-09-10 02:00:24 +00:00
combobox.h
config_xcode.h forwardported a 2.6 branch fix for misplaced define 2006-06-15 14:06:24 +00:00
control.h
cursor.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dataform.h
dataobj2.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dataobj.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dc.h typo 2006-09-22 14:46:23 +00:00
dcclient.h allow access to wxWindow* 2006-09-22 14:25:23 +00:00
dcmemory.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dcprint.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dcscreen.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dialog.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dirdlg.h
dnd.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
drawer.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
evtloop.h
filedlg.h Compile fix 2006-05-29 20:31:03 +00:00
font.h miscellaneous wxFont enhancements (patch 1496606): 2006-05-29 00:03:36 +00:00
fontdlg.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
frame.h cleanup 2006-09-14 19:37:19 +00:00
gauge.h Applied wxGauge:Pulse() patch. 2006-09-09 13:36:54 +00:00
glcanvas.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
gsockmac.h
helpxxxx.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
icon.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
imaglist.h Remove duplication in wxImageList defines and always default to using the native wxImageList when available, even for wxGenericListCtrl. 2006-09-18 04:41:09 +00:00
joystick.h
listbox.h Initial commit of native OS X list ctrl support. Compile tested on Win, Mac, FC4/GTK2. Tested samples on Win and OS X. Also, support for co-existance of native and generic list ctrl on OS X. 2006-09-17 01:20:08 +00:00
listctrl.h Add a couple missing methods 2006-09-18 19:14:02 +00:00
macnotfy.h
macsock.h
mdi.h remove redundant declarations of wxFrameNameStr 2006-09-14 17:36:18 +00:00
menu.h
menuitem.h
metafile.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
mimetype.h
minifram.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
msgdlg.h
notebook.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
palette.h Updated wxPallete information. 2006-09-24 10:27:12 +00:00
pen.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
pnghand.h
pngread.h
printdlg.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
printmac.h
private.h extending graphics context encapsulation 2006-09-22 14:19:05 +00:00
radiobox.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
radiobut.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
region.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
scrolbar.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
slider.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
sound.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
spinbutt.h
spinctrl.h
statbmp.h
statbox.h
statline.h
stattext.h
statusbr.h Always use wxFULL_REPAINT_ON_RESIZE for generic status bar. 2006-09-06 17:36:22 +00:00
tabctrl.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
taskbarosx.h
textctrl.h Better compatibility between wxRichTextCtrl and wxTextCtrlBase 2006-09-19 17:06:54 +00:00
tglbtn.h
timer.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
toolbar.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
tooltip.h Missing #includes to allow wx/mac/carbon/tooltip.h be included first by user. 2006-05-18 06:45:59 +00:00
toplevel.h we are always compositing on the supported OS versions 2006-08-11 04:01:55 +00:00
treectrl.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
uma.h
window.h Simplify use of MacIsWindowScrollbar 2006-09-09 18:12:59 +00:00