wxWidgets/include/wx/mac/classic
Vadim Zeitlin 21e0a4d5f1 1. moved m_majorDim duplicated in many ports to wxRadioBoxBase
2. also implement Getcolumn/RowCount() in it now and document them
3. removed various remains of old (pre-wxRadioBoxBase) cruft

sorry in advance for any compilation breakage on the platforms I can't test on


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-11-30 16:28:15 +00:00
..
private
accel.h added missing consts and pass objects by const reference instead of by value (patch 1205869) 2005-09-24 21:43:15 +00:00
aga.h
app.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
apptbase.h
apptrait.h
bitmap.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
bmpbuttn.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
brush.h Fix for mistake with const for non pointer/reference with corrections in documentation. 2005-10-04 18:14:41 +00:00
button.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
checkbox.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
checklst.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
chkconf.h
choice.h wxItemContainerImmutable::FindString unified. 2005-09-27 16:54:43 +00:00
clipbrd.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
colordlg.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
colour.h wxColour source cleaning. Corrections to 'const unsigned char' within wxColour docs. 2005-10-05 16:22:44 +00:00
combobox.h wxItemContainerImmutable::FindString unified. 2005-09-27 16:54:43 +00:00
control.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
cursor.h added missing consts and pass objects by const reference instead of by value (patch 1205869) 2005-09-24 21:43:15 +00:00
dataform.h
dataobj2.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
dataobj.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
dc.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
dcclient.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
dcmemory.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
dcprint.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
dcscreen.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
dialog.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
dirdlg.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
display.h
dnd.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
filedlg.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
font.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
fontdlg.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
frame.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
gauge.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
gdiobj.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
glcanvas.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
gsockmac.h Added licence/copyright information 2005-05-04 18:57:50 +00:00
helpxxxx.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
icon.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
imaglist.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
joystick.h Make wxJoystick::GetNumberJoystick a static method, as the number of 2005-11-29 12:50:13 +00:00
listbox.h wxItemContainerImmutable::FindString unified. 2005-09-27 16:54:43 +00:00
listctrl.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
macnotfy.h
macsock.h
mdi.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
menu.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
menuitem.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
metafile.h added missing consts and pass objects by const reference instead of by value (patch 1205869) 2005-09-24 21:43:15 +00:00
mimetype.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
minifram.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
msgdlg.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
notebook.h removed old commented out code and out of date comments 2005-10-03 17:18:46 +00:00
palette.h wxPalette unified. Source cleaning. 2005-10-06 14:37:43 +00:00
pen.h Fix for mistake with const for non pointer/reference with corrections in documentation. 2005-10-04 18:14:41 +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 Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
printmac.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
private.h
radiobox.h 1. moved m_majorDim duplicated in many ports to wxRadioBoxBase 2005-11-30 16:28:15 +00:00
radiobut.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
region.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
scrolbar.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
slider.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
sound.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
spinbutt.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
spinctrl.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
statbmp.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
statbox.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
statline.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
stattext.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
statusbr.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
tabctrl.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
taskbarosx.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
textctrl.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
tglbtn.h
timer.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
toolbar.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
tooltip.h
toplevel.h Get/SetTitle only for wxTopLevelWindow (wxMac part). 2005-11-07 14:37:19 +00:00
treectrl.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
uma.h
window.h Get/SetTitle only for wxTopLevelWindow (wxMac part). 2005-11-07 14:37:19 +00:00