wxWidgets/include/wx/mac/carbon
Paul Cornett 53b6d7a298 Always use wxFULL_REPAINT_ON_RESIZE for generic status bar.
Remove undocumented generic status bar ctor/Create.
Bring status bar ctor/Create into sync with docs.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-06 17:36:22 +00:00
..
private moving wxMac to new printing architecture 2005-04-01 16:36:36 +00:00
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 Use old licence name 2004-05-23 20:53:33 +00:00
app.h remove definitions which are already in wx/app.h 2006-05-02 17:21:30 +00:00
apptbase.h Use old licence name 2004-05-23 20:53:33 +00:00
apptrait.h Use old licence name 2004-05-23 20:53:33 +00:00
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 Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const. 2006-01-16 14:59:55 +00:00
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 Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const. 2006-01-16 14:59:55 +00:00
checkbox.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
checklst.h added virtual dtor to wxMacListControl to silence gcc warnings 2006-05-18 00:52:48 +00:00
chkconf.h Reversed accidental commit 2006-04-14 15:24:50 +00:00
choice.h replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX) 2006-03-23 22:05:23 +00:00
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 Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h. 2006-01-26 17:20:50 +00:00
colour.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
combobox.h replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX) 2006-03-23 22:05:23 +00:00
config_xcode.h forwardported a 2.6 branch fix for misplaced define 2006-06-15 14:06:24 +00:00
control.h fixing 'id' objc.h collisions 2006-04-19 06:39:43 +00:00
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 IsStandard needs to check m_type, not m_format 2006-04-15 06:53:56 +00:00
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 mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dcclient.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +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 misc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag (patch 1478051) 2006-05-06 20:10:11 +00:00
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 improved wxMac event loop implementation and refactored the code to share it with wxMSW 2006-01-12 23:06:26 +00:00
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 make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
gauge.h Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const. 2006-01-16 14:59:55 +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 Added licence/copyright information 2005-05-04 18:57:50 +00:00
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 mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
joystick.h Make wxJoystick::GetNumberJoystick a static method, as the number of 2005-11-29 12:50:13 +00:00
listbox.h fixed typo in last commit 2006-05-18 00:51:25 +00:00
listctrl.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
macnotfy.h newline before EOF fixes 2005-02-06 11:29:39 +00:00
macsock.h classic 2004-03-23 17:35:05 +00:00
mdi.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
menu.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
menuitem.h Fixes for compile breakage with no PCH 2006-05-17 10:42:03 +00:00
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 Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
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 make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
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 mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +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 Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
pngread.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
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 Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
private.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +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 Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
spinctrl.h Add missing include for non-PCH builds 2006-02-12 03:43:53 +00:00
statbmp.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
statbox.h Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const. 2006-01-16 14:59:55 +00:00
statline.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
stattext.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
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 applied patch 1372197, with some minor mods and cleanup 2005-12-03 17:55:33 +00:00
textctrl.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
tglbtn.h Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const. 2006-01-16 14:59:55 +00:00
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 Use old licence name 2004-05-23 20:53:33 +00:00
window.h we are always compositing on the supported OS versions, add transparency for individual controls 2006-08-11 04:04:36 +00:00