wxWidgets/include/wx/cocoa
David Elliott c86ec17bcd Limit wxListBox best size to 100x100. Particularly important on trunk where
the best size is not cached and will thus keep telling the sizers that the
best size is the full size of the content (i.e. such that you wouldn't need
to scroll it).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-18 21:51:29 +00:00
..
objc Add a new macro to the Objective-C uniquifying support that allows a 2008-02-18 20:36:16 +00:00
private Move wxWindowCocoaScrollView class into its own header. 2008-02-14 21:08:44 +00:00
app.h process pending wx events before sending idle events 2007-07-08 05:31:32 +00:00
autorelease.h Use old licence name 2004-05-23 20:53:33 +00:00
bitmap.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
bmpbuttn.h CVS tags cleaning (with other minor cleaning). 2006-10-16 09:30:01 +00:00
brush.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
button.h Headers cleaning. 2006-10-17 14:44:52 +00:00
checkbox.h implemented GetLabel() (part of patch 1679337) 2007-03-13 23:45:47 +00:00
checklst.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
choice.h Remove bogus DoDelete from 44730. It's appears that it's supposed to be 2007-07-28 21:00:55 +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 2.5.3 - cleanups, fixes, etc. etc. - 2004-10-07 08:53:48 +00:00
colour.h added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_CONSTRUCTORS() in all ports now (patch 1851600) 2007-12-22 15:03:58 +00:00
combobox.h Duplicate wxTextCtrl code to wxComboBox because we can no longer derive wxComboBox from wxTextCtrl. 2007-10-05 20:12:02 +00:00
control.h Consolidate cocoa view/control/cell label setting into wxControl::CocoaSetLabelForObject. 2007-08-06 13:47:09 +00:00
cursor.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
dataform.h use wxString, not wxChar*, in wxDataFormat ctor and SetId() method 2007-05-30 22:02:19 +00:00
dataobj2.h wxCocoa compilation fixes for visibility (missing DLL export macros) 2007-08-15 13:05:35 +00:00
dataobj.h wxCocoa compilation fixes for visibility (missing DLL export macros) 2007-08-15 13:05:35 +00:00
dc.h Make wxCocoa compile with new pImpl wxDC. 2007-12-04 04:22:16 +00:00
dcclient.h Make wxCocoa compile with new pImpl wxDC. 2007-12-04 04:22:16 +00:00
dcmemory.h Make wxCocoa compile with new pImpl wxDC. 2007-12-04 04:22:16 +00:00
dcscreen.h Make wxCocoa compile with new pImpl wxDC. 2007-12-04 04:22:16 +00:00
dialog.h Remove wxDialogNameStr definition which should have been removed in r49873. 2007-11-19 19:06:21 +00:00
dirdlg.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 2.5.3 - cleanups, fixes, etc. etc. - 2004-10-07 08:53:48 +00:00
filedlg.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
font.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
fontdlg.h 2.5.3 - cleanups, fixes, etc. etc. - 2004-10-07 08:53:48 +00:00
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 fix unused parameters warnings 2007-12-15 13:52:58 +00:00
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 make XPM data pointer parameter fully const 2008-01-14 18:16:37 +00:00
listbox.h Limit wxListBox best size to 100x100. Particularly important on trunk where 2008-02-18 21:51:29 +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 wxCocoa compilation fixes for visibility (missing DLL export macros) 2007-08-15 13:05:35 +00:00
menu.h Menu label consistency changes 2007-08-11 17:54:59 +00:00
menuitem.h Menu label consistency changes 2007-08-11 17:54:59 +00:00
msgdlg.h Resynch with 2.8 changes (realized I don't need __WX_COMPILING_COCOA_MSGDLG_MM__) 2007-11-09 19:02:06 +00:00
notebook.h Add WXUNUSED to unused parameters in several inline-implemented methods. 2007-10-29 16:18:59 +00:00
NSApplication.h Allow many Objective-C classes to be uniquified at runtime. 2007-05-27 04:52:04 +00:00
NSBox.h Use old licence name 2004-05-23 20:53:33 +00:00
NSButton.h non virtual dtors warning fixes 2006-03-12 15:10:23 +00:00
NSControl.h non virtual dtors warning fixes 2006-03-12 15:10:23 +00:00
NSMenu.h Add WXUNUSED to unused parameters in several inline-implemented methods. 2007-10-29 16:18:59 +00:00
NSPanel.h CVS tags cleaning (with other minor cleaning). 2006-10-16 09:30:01 +00:00
NSScroller.h non virtual dtors warning fixes 2006-03-12 15:10:23 +00:00
NSSlider.h Further simplificiation of the NSSlider/wxSlider interface such that the 2007-08-15 04:12:44 +00:00
NSTableDataSource.h Add support for uniquifying to all wxCocoa Objective-C classes. 2007-08-15 16:10:19 +00:00
NSTableView.h non virtual dtors warning fixes 2006-03-12 15:10:23 +00:00
NSTabView.h non virtual dtors warning fixes 2006-03-12 15:10:23 +00:00
NSTextField.h non virtual dtors warning fixes 2006-03-12 15:10:23 +00:00
NSView.h Fix most of the Objective-C GC problems by using the stronger CFRetain/CFRelease in wxObjcAutoRef. 2008-02-06 20:10:07 +00:00
NSWindow.h Add WXUNUSED to unused parameters in several inline-implemented methods. 2007-10-29 16:18:59 +00:00
ObjcAssociate.h CVS tags cleaning (with other minor cleaning). 2006-10-16 09:30:01 +00:00
ObjcRef.h Reword the comment again. I forgot to save before committing. 2008-02-08 08:06:26 +00:00
pen.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
radiobox.h fix unused parameters warnings 2007-12-15 13:52:58 +00:00
radiobut.h wxCocoa compilation fixes for visibility (missing DLL export macros) 2007-08-15 13:05:35 +00:00
region.h Make wxCocoa compile in 64-bit mode. 2007-07-06 00:18:28 +00:00
scrolbar.h Headers cleaning. 2006-10-17 14:44:52 +00:00
slider.h Further simplificiation of the NSSlider/wxSlider interface such that the 2007-08-15 04:12:44 +00:00
sound.h replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut) 2007-12-12 01:35:53 +00:00
spinbutt.h Headers cleaning. 2006-10-17 14:44:52 +00:00
statbmp.h Implement wxStaticBitmap. 2007-08-09 16:53:32 +00:00
statbox.h fix unused parameters warnings 2007-12-15 13:52:58 +00:00
statline.h another unused parameter warning (plenty left in .mm files...) 2007-12-15 13:55:08 +00:00
stattext.h implemented GetLabel() (part of patch 1679337) 2007-03-13 23:45:47 +00:00
string.h use wxString's UTF8 methods in wxCocoa, it's slightly more efficient in UTF8 build 2007-08-21 09:40:36 +00:00
taskbar.h replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut) 2007-12-12 01:35:53 +00:00
textctrl.h Tell NSTextField to send us its action message and respond to it so we can generate wxEVT_COMMAND_TEXT_ENTER. 2007-08-10 18:40:56 +00:00
toolbar.h wxCocoa compilation fixes for visibility (missing DLL export macros) 2007-08-15 13:05:35 +00:00
tooltip.h added wxToolTip::SetAutoPop() and SetReshow() (patch 1768804) 2007-08-15 12:57:36 +00:00
toplevel.h Implement transformation between the wxDisplay coordinate system and the Cocoa screen coordinate system. 2007-08-10 04:40:33 +00:00
trackingrectmanager.h Fix tracking rectangles in 64-bit build by remembering the tag as the 64-bit integer that it is in that mode. 2008-02-08 09:12:04 +00:00
window.h Add WXUNUSED to unused parameters in several inline-implemented methods. 2007-10-29 16:18:59 +00:00