wxWidgets/include/wx/cocoa
Vadim Zeitlin a236aa2058 many wxItemContainer-related changes:
1. the main function for item insertion is now DoInsertItems() which allows
   for much more efficient addition of many new items at once
2. the items client data management is done entirely in wxItemContainer
   itself, the derived classes don't have to distinguish between void and
   object client data
3. many fixes for sorted controls, in particular implemented wxCB_SORT support
   in wxGTK combobox


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-07-26 13:54:14 +00:00
..
objc Implement mouse entered, exited, and synthesize move events while the mouse is inside. 2007-05-28 04:22:10 +00:00
private preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088): 2007-04-20 01:29:16 +00:00
app.h process pending wx events before sending idle events 2007-07-08 05:31:32 +00:00
autorelease.h
bitmap.h cleanup of raw access to bitmaps: 2007-07-10 13:32:25 +00:00
bmpbuttn.h
brush.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
button.h
checkbox.h
checklst.h
choice.h many wxItemContainer-related changes: 2007-07-26 13:54:14 +00:00
clipbrd.h
colordlg.h
colour.h Implement wxColour constructors to match other ports by adding char const * and wchar_t const * constructors. 2007-07-05 22:20:40 +00:00
combobox.h many wxItemContainer-related changes: 2007-07-26 13:54:14 +00:00
control.h
cursor.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
dataform.h use wxString, not wxChar*, in wxDataFormat ctor and SetId() method 2007-05-30 22:02:19 +00:00
dataobj2.h
dataobj.h
dc.h wxCocoa: Basic support for font underlining: 2007-07-20 19:05:56 +00:00
dcclient.h
dcmemory.h
dcscreen.h
dialog.h
dirdlg.h
drawer.h
filedlg.h
font.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
fontdlg.h
frame.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
gauge.h
glcanvas.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
icon.h
listbox.h many wxItemContainer-related changes: 2007-07-26 13:54:14 +00:00
log.h
mbarman.h
mdi.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
menu.h Remove Objective-C class posing for everything except for NSApplication. 2007-04-20 22:27:56 +00:00
menuitem.h
msgdlg.h
notebook.h
NSApplication.h Allow many Objective-C classes to be uniquified at runtime. 2007-05-27 04:52:04 +00:00
NSBox.h
NSButton.h
NSControl.h
NSMenu.h
NSPanel.h
NSScroller.h
NSTableDataSource.h
NSTableView.h
NSTabView.h
NSTextField.h
NSView.h Make wxCocoa compile in 64-bit mode. 2007-07-06 00:18:28 +00:00
NSWindow.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
ObjcAssociate.h
ObjcRef.h
pen.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
radiobox.h Implement wxCocoa wxRadioBox event. 2007-07-19 18:52:12 +00:00
radiobut.h Make wxRadioButton::SetValue(true) deselect all other wxRadioButton in its group if it is part of a group. 2007-07-19 18:00:32 +00:00
region.h Make wxCocoa compile in 64-bit mode. 2007-07-06 00:18:28 +00:00
scrolbar.h
slider.h
sound.h
spinbutt.h
statbmp.h
statbox.h
statline.h
stattext.h
string.h
taskbar.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
textctrl.h
toolbar.h Make wxCocoa compile in 64-bit mode. 2007-07-06 00:18:28 +00:00
tooltip.h
toplevel.h wxCocoa: Implement wxTopLevelWindow::SetDefaultItem 2007-07-20 20:35:57 +00:00
trackingrectmanager.h Implement mouse entered, exited, and synthesize move events while the mouse is inside. 2007-05-28 04:22:10 +00:00
window.h Implement wxWindow::SetCursor to invalidate Cocoa's cursor rects. 2007-07-20 05:40:54 +00:00