wxWidgets/include/wx/cocoa
David Elliott 462bc04863 It was not acceptable to call the class method from the static initializer
because it caused the load and initialize methods to be called.  Some of the
load and initialize methods used autorelease which would lead to warnings
about memory leaks (true, though very benign).
This version delays all Objective-C calls until InitializePosers().


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-02 20:46:34 +00:00
..
app.h more work on fixing wxEntry() and ANSI/Unicode cmd line args mess 2003-06-30 20:02:05 +00:00
bitmap.h FIXME: Complete stubs or other cruft necessary to make wxCocoa build 2003-03-22 02:56:04 +00:00
bmpbuttn.h Added more original works and stubs 2003-03-21 20:25:09 +00:00
brush.h FIXME: Complete stubs or other cruft necessary to make wxCocoa build 2003-03-22 02:56:04 +00:00
button.h Added original works and stubs to CVS repository 2003-03-21 19:51:47 +00:00
checkbox.h Added more original works and stubs 2003-03-21 20:25:09 +00:00
checklst.h Added original works and stubs to CVS repository 2003-03-21 19:51:47 +00:00
choice.h Added stub for the new pure virtual DoInsert method 2003-06-07 01:38:13 +00:00
colour.h First stab at wxColour using NSColor 2003-06-19 21:24:10 +00:00
control.h Added original works and stubs to CVS repository 2003-03-21 19:51:47 +00:00
cursor.h FIXME: Complete stubs or other cruft necessary to make wxCocoa build 2003-03-22 02:56:04 +00:00
dc.h Whoops! Might want the headers too. 2003-04-07 01:44:11 +00:00
dcclient.h Whoops! Might want the headers too. 2003-04-07 01:44:11 +00:00
dcmemory.h Added original works and stubs to CVS repository 2003-03-21 19:51:47 +00:00
dcscreen.h Added original works and stubs to CVS repository 2003-03-21 19:51:47 +00:00
dialog.h Added original works and stubs to CVS repository 2003-03-21 19:51:47 +00:00
font.h FIXME: Complete stubs or other cruft necessary to make wxCocoa build 2003-03-22 02:56:04 +00:00
frame.h Added original works and stubs to CVS repository 2003-03-21 19:51:47 +00:00
gdiobj.h FIXME: Complete stubs or other cruft necessary to make wxCocoa build 2003-03-22 02:56:04 +00:00
icon.h added wxIconLocation; minor fixes to wxIcon on some platforms 2003-06-21 13:39:40 +00:00
listbox.h Added original works and stubs to CVS repository 2003-03-21 19:51:47 +00:00
menu.h Added original works and stubs to CVS repository 2003-03-21 19:51:47 +00:00
menuitem.h Added original works and stubs to CVS repository 2003-03-21 19:51:47 +00:00
NSBox.h Separated the Objective-C to C++ association code into the new header 2003-04-19 17:51:50 +00:00
NSButton.h Separated the Objective-C to C++ association code into the new header 2003-04-19 17:51:50 +00:00
NSControl.h Separated the Objective-C to C++ association code into the new header 2003-04-19 17:51:50 +00:00
NSMenu.h Separated the Objective-C to C++ association code into the new header 2003-04-19 17:51:50 +00:00
NSPanel.h Separated the Objective-C to C++ association code into the new header 2003-04-19 17:51:50 +00:00
NSTextField.h Separated the Objective-C to C++ association code into the new header 2003-04-19 17:51:50 +00:00
NSView.h Separated the Objective-C to C++ association code into the new header 2003-04-19 17:51:50 +00:00
NSWindow.h Separated the Objective-C to C++ association code into the new header 2003-04-19 17:51:50 +00:00
ObjcAssociate.h Separated the Objective-C to C++ association code into the new header 2003-04-19 17:51:50 +00:00
ObjcPose.h It was not acceptable to call the class method from the static initializer 2003-07-02 20:46:34 +00:00
pen.h FIXME: Complete stubs or other cruft necessary to make wxCocoa build 2003-03-22 02:56:04 +00:00
radiobox.h Added more original works and stubs 2003-03-21 20:25:09 +00:00
radiobut.h Added more original works and stubs 2003-03-21 20:25:09 +00:00
region.h Added wxTLW::SetShape and implementations for wxGTK, wxMSW and an 2003-03-28 23:05:05 +00:00
slider.h Missed a few substitutions the first time around 2003-06-19 22:16:22 +00:00
statbmp.h Added more original works and stubs 2003-03-21 20:25:09 +00:00
statbox.h Added GetBordersForSizer(int *bordertop, int *borderOther) 2003-04-05 23:26:30 +00:00
statline.h Added more original works and stubs 2003-03-21 20:25:09 +00:00
stattext.h Added original works and stubs to CVS repository 2003-03-21 19:51:47 +00:00
string.h Added wxString to NSString conversion functions 2003-06-13 21:09:21 +00:00
textctrl.h Added original works and stubs to CVS repository 2003-03-21 19:51:47 +00:00
toplevel.h - Remove wxTopLevelWindowCocoa from the wxRTTI class hierarchy 2003-03-24 17:06:28 +00:00
window.h Added InitMouseEvent helper method (like wxMSW) 2003-04-14 03:54:32 +00:00