wxWidgets/include/wx/osx
Vadim Zeitlin 005ac806ea Remove duplicated GetTextPeer() definitions from derived classes.
GetTextPeer() may be implemented directly in wxTextEntry under OS X, there is
no need to define it (identically) in wxTextCtrl and wxComboBox.

Also just call this method instead of duplicating its code in wxOSX
wxTextCtrl.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-04-06 18:46:14 +00:00
..
carbon streamlining OSX event support third step, using platform specific native run methods for event loops 2010-03-17 07:14:03 +00:00
cocoa streamlining OSX event support third step, using platform specific native run methods for event loops 2010-03-17 07:14:03 +00:00
core Disable sending of events by OS X Combobox during programmatic changes. 2010-02-19 03:00:07 +00:00
iphone make sure ShowEvent doesn't get triggered to early during construction 2010-03-03 16:33:12 +00:00
private correcting error message 2010-01-03 19:58:18 +00:00
accel.h
app.h
bitmap.h
bmpbuttn.h
brush.h
button.h Invalidate best size when the bitmap or bitmap position changes. Add GetBitmapMargins 2010-03-01 23:20:35 +00:00
checkbox.h
checklst.h
chkconf.h
choice.h
clipbrd.h
colordlg.h
colour.h
combobox.h Remove duplicated GetTextPeer() definitions from derived classes. 2010-04-06 18:46:14 +00:00
config_xcode.h adding kqueue define for xcode builds 2010-01-04 07:52:45 +00:00
control.h
cursor.h make access for virtuals match base 2009-12-03 17:20:15 +00:00
dataform.h
dataobj2.h
dataobj.h
dataview.h Big wxDataViewCtrl renderer classes refactoring. 2009-11-10 17:40:58 +00:00
dc.h
dcclient.h
dcmemory.h
dcprint.h
dcscreen.h
dialog.h simplifying modal event loop handling 2010-04-02 14:52:08 +00:00
dirdlg.h Get ShowWindowModal behavior working under OS X Cocoa for file, dir and message dialogs. 2010-01-28 04:06:23 +00:00
dnd.h Add an accessor to get the current drop source from window.mm so that we can implement GiveFeedback support, and also move a couple functions that check the current drop source into common DND OS X code as a result. 2010-02-06 01:45:58 +00:00
dvrenderer.h Add support for custom attributes to wxOSX/Cocoa wxDataViewCustomRenderer. 2009-11-10 17:42:24 +00:00
dvrenderers.h Add wxOSX_USE_COCOA around Cocoa-only OSXApplyAttr() method. 2009-11-11 01:36:36 +00:00
evtloop.h adding proper removal of observer for stacked event loops, using cfrunloop for console on osx as well 2010-03-17 08:05:04 +00:00
evtloopsrc.h
filedlg.h Get ShowWindowModal behavior working under OS X Cocoa for file, dir and message dialogs. 2010-01-28 04:06:23 +00:00
font.h
fontdlg.h
frame.h make access for virtuals match base 2009-12-03 17:20:15 +00:00
gauge.h
glcanvas.h
helpxxxx.h
icon.h
imaglist.h
joystick.h
listbox.h
listctrl.h
mdi.h
menu.h
menuitem.h
metafile.h
mimetype.h
minifram.h
msgdlg.h Get ShowWindowModal behavior working under OS X Cocoa for file, dir and message dialogs. 2010-01-28 04:06:23 +00:00
nonownedwnd.h Don't use a destroy event handler to disconnect the native control's delegate as the destroy event propagates and can cause the TLW to remove its delegate at unexpected times, such as when a child control is destroyed but the TLW remains active. Instead, do it in response to the Destroy() call. 2010-01-03 23:59:32 +00:00
notebook.h
palette.h
pen.h
pnghand.h
pngread.h
popupwin.h A call to wxPopupWindow::Show shouldn't automatically cause the popup window to steal focus. 2010-03-06 04:51:51 +00:00
printdlg.h
printmac.h
private.h minor cleanup 2009-12-05 19:57:58 +00:00
radiobox.h
radiobut.h
region.h
scrolbar.h
setup0.h Correct check for MSVC version in wxUSE_GRAPHICS_CONTEXT definition. 2010-04-06 13:55:30 +00:00
slider.h
sound.h To support playing async sounds on the stack on Mac, do not delete the wxSoundData when its wxSound object is destroyed if it's in the queue of sounds to be played. Instead, mark it to be deleted and delete it after it has played. 2009-12-30 17:41:29 +00:00
spinbutt.h
spinctrl.h
srchctrl.h
statbmp.h
statbox.h
statline.h
stattext.h
statusbr.h make access for virtuals match base 2009-12-03 17:20:15 +00:00
taskbarosx.h
textctrl.h Remove duplicated GetTextPeer() definitions from derived classes. 2010-04-06 18:46:14 +00:00
textentry.h Remove duplicate fields in wxTextCtrl / wxTextEntry. Fixes #11618. 2010-01-10 01:52:22 +00:00
tglbtn.h
toolbar.h Remove the native toolbar from the frame in Destroy() rather than the destructor, as removing it in the destructor causes resize / repaint events to fire on the native control, which then goes to wx controls being deleted. 2009-12-25 20:43:43 +00:00
tooltip.h
toplevel.h Add OSX prefix, and be clear that this is OS X only API to avoid any expectation that this API may work elsewhere. 2009-12-09 05:25:32 +00:00
treectrl.h
uma.h
window.h