wxWidgets/include/wx/cocoa
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
..
app.h Use old licence name 2004-05-23 20:53:33 +00:00
autorelease.h Use old licence name 2004-05-23 20:53:33 +00:00
bitmap.h Added wxBitmap::UseAlpha() stub. 2004-12-29 04:00:28 +00:00
bmpbuttn.h Implement wxBitmapButton::DoGetBestSize() to call wxButtonBase version so 2004-10-05 01:50:17 +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 Implement wxButtonBase::GetDefaultSize() 2004-10-05 01:49:05 +00:00
checkbox.h Get/SetTitle only for wxTopLevelWindow (wxCocoa part). 2005-11-08 16:02:07 +00:00
checklst.h Use old licence name 2004-05-23 20:53:33 +00:00
choice.h wxItemContainerImmutable::FindString unified. 2005-09-27 16:54:43 +00:00
clipbrd.h Use old licence name 2004-05-23 20:53:33 +00:00
colordlg.h 2.5.3 - cleanups, fixes, etc. etc. - 2004-10-07 08:53:48 +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 Use old licence name 2004-05-23 20:53:33 +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 Use old licence name 2004-05-23 20:53:33 +00:00
dataobj2.h Use old licence name 2004-05-23 20:53:33 +00:00
dataobj.h Use old licence name 2004-05-23 20:53:33 +00:00
dc.h Moved Clear() implementation into wxDC using a new virtual CocoaGetBounds() 2005-01-17 21:30:53 +00:00
dcclient.h Moved Clear() implementation into wxDC using a new virtual CocoaGetBounds() 2005-01-17 21:30:53 +00:00
dcmemory.h Moved Clear() implementation into wxDC using a new virtual CocoaGetBounds() 2005-01-17 21:30:53 +00:00
dcscreen.h Use old licence name 2004-05-23 20:53:33 +00:00
dialog.h Add EndDialog helper which calls EndModal with the given return code if the 2005-09-26 15:42:42 +00:00
display.h wxDisplay for wxCocoa 2004-10-08 00:40:19 +00:00
drawer.h 2.5.3 - cleanups, fixes, etc. etc. - 2004-10-07 08:53:48 +00:00
filedlg.h wxCocoa: Add native file dialog from Ryan Norton. Modified patch #1039368 2004-10-18 19:15:42 +00:00
font.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
fontdlg.h 2.5.3 - cleanups, fixes, etc. etc. - 2004-10-07 08:53:48 +00:00
frame.h Use old licence name 2004-05-23 20:53:33 +00:00
gauge.h compilo 2005-04-19 03:41:43 +00:00
gdiobj.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
glcanvas.h wxCocoa: Added (mostly) stubs for wxGLCanvas and friends. 2004-10-01 14:23:59 +00:00
icon.h Use old licence name 2004-05-23 20:53:33 +00:00
listbox.h wxItemContainerImmutable::FindString unified. 2005-09-27 16:54:43 +00:00
log.h Use old licence name 2004-05-23 20:53:33 +00:00
mbarman.h Use old licence name 2004-05-23 20:53:33 +00:00
mdi.h added orient parameter to wxMDIParentFrame::Tile() 2005-03-21 12:27:49 +00:00
menu.h compilation fix after last commit (missing semicolon added) 2005-03-20 11:01:08 +00:00
menuitem.h Added CocoaSetKeyEquivalent() that sets the accelerators. Only implemented 2004-10-20 19:18:46 +00:00
msgdlg.h 2.5.3 - cleanups, fixes, etc. etc. - 2004-10-07 08:53:48 +00:00
notebook.h Common default notebook name. 2005-01-13 20:30:21 +00:00
NSApplication.h Observe NSControlTintDidChangeNotification in the application delegate. 2004-06-22 04:16:22 +00:00
NSBox.h Use old licence name 2004-05-23 20:53:33 +00:00
NSButton.h * Do not use class posing to handle target/action. 2004-06-24 15:14:33 +00:00
NSControl.h Use old licence name 2004-05-23 20:53:33 +00:00
NSMenu.h Allow the dealloc message to be caught 2004-10-15 02:55:15 +00:00
NSPanel.h Use old licence name 2004-05-23 20:53:33 +00:00
NSScroller.h wxCocoa: Added wxScrollBar 2004-06-23 15:26:44 +00:00
NSTableDataSource.h Use old licence name 2004-05-23 20:53:33 +00:00
NSTableView.h Use old licence name 2004-05-23 20:53:33 +00:00
NSTabView.h Use old licence name 2004-05-23 20:53:33 +00:00
NSTextField.h Use old licence name 2004-05-23 20:53:33 +00:00
NSView.h Added Cocoa_acceptsFirstMouse. 2005-09-23 15:27:42 +00:00
NSWindow.h Added Cocoa_canBecomeKeyWindow. 2005-09-23 15:24:29 +00:00
ObjcAssociate.h Use old licence name 2004-05-23 20:53:33 +00:00
ObjcPose.h Use old licence name 2004-05-23 20:53:33 +00:00
ObjcRef.h GCC 4.0 (Apple 4059) is a little bit pickier than 3.3. 2005-03-23 05:51:15 +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
radiobox.h 1. moved m_majorDim duplicated in many ports to wxRadioBoxBase 2005-11-30 16:28:15 +00:00
radiobut.h Use old licence name 2004-05-23 20:53:33 +00:00
region.h split wxRegion(wxBitmap) ctor into two ctors with clearer semantics 2004-06-03 21:13:52 +00:00
scrolbar.h compilation fix: use wxSB_HORIZONTAL/VERTICAL instead of wxSL_XXX 2005-04-16 14:10:24 +00:00
slider.h Use old licence name 2004-05-23 20:53:33 +00:00
sound.h Rewrote wxSound: 2004-10-20 21:04:52 +00:00
spinbutt.h compilo 2005-04-19 03:41:43 +00:00
statbmp.h Use old licence name 2004-05-23 20:53:33 +00:00
statbox.h extracted platform-specific code to determine static box borders to wxStaticBox::GetBordersForSizer() 2005-03-07 23:37:15 +00:00
statline.h gave default value of wxID_ANY to id parameter of wxStaticLine ctor as nobody uses anything else for it anyhow 2005-03-11 02:13:30 +00:00
stattext.h Use old licence name 2004-05-23 20:53:33 +00:00
string.h Use old licence name 2004-05-23 20:53:33 +00:00
taskbar.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
textctrl.h wxTextPos for all GetLastPosition with constants for special cases. Make it virtual everywhere. Avoid doubling typedefs. Always include textctrl.h for combobox.h. Source cleaning. 2005-01-19 16:25:34 +00:00
timer.h Remove sm_cocoaDelegate singleton. We need per-instance data anyway so we 2005-10-18 16:02:51 +00:00
toolbar.h Make wxToolBar accept first mouse clicks. That is, clicking on a toolbar 2005-09-26 16:20:57 +00:00
tooltip.h Fixes for include guards, patch 1256967 Paul Cornett 2005-09-25 20:49:40 +00:00
toplevel.h Get/SetTitle only for wxTopLevelWindow (wxCocoa part). 2005-11-08 16:02:07 +00:00
window.h Missing commit. 2005-11-10 12:49:02 +00:00