wxWidgets/include/wx/cocoa
2004-04-14 05:53:50 +00:00
..
app.h Improved idle event processing. 2003-12-15 15:57:42 +00:00
autorelease.h Place wxAutoNSAutoreleasePool in this header 2003-07-14 13:03:18 +00:00
bitmap.h wxCocoa: Better icon support 2004-01-27 06:01:34 +00:00
bmpbuttn.h Added more original works and stubs 2003-03-21 20:25:09 +00:00
brush.h added default parameters to wxBrush/wxPen ctors 2003-07-21 23:13:15 +00:00
button.h Implement GetLabel and SetLabel 2003-07-16 14:54:59 +00:00
checkbox.h Applied modified 3-state checkbox patch from Mathew Cucuzella 2004-02-02 04:58:16 +00:00
checklst.h Added some missing STL-like wxArray/wxArrayString constructors. 2004-01-31 18:21:45 +00:00
choice.h Added some missing STL-like wxArray/wxArrayString constructors. 2004-01-31 18:21:45 +00:00
clipbrd.h Added wxClipboard and wxDataObject (and friends) declarations and stubs 2003-07-28 19:07:26 +00:00
colour.h use wxColourDatabase::Find(), not obsolete FindColour(), in wxColour::InitFromName() 2004-01-22 12:16:04 +00:00
combobox.h Added some missing STL-like wxArray/wxArrayString constructors. 2004-01-31 18:21:45 +00:00
control.h Override CocoaSetEnabled() to call -[NSControl setEnabled:] 2003-08-19 14:49:28 +00:00
cursor.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
dataform.h linking fix for wxCocoa apps using clipboard 2004-01-22 11:28:44 +00:00
dataobj2.h Added wxClipboard and wxDataObject (and friends) declarations and stubs 2003-07-28 19:07:26 +00:00
dataobj.h Added wxClipboard and wxDataObject (and friends) declarations and stubs 2003-07-28 19:07:26 +00:00
dc.h Make wxCocoa work with wxUSE_STL==1: 2004-03-26 03:11:51 +00:00
dcclient.h Implement (sort-of) non-client wxWindowDC 2003-09-08 15:42:40 +00:00
dcmemory.h wxCocoa: Added preliminary Blit support 2003-07-22 17:40:52 +00:00
dcscreen.h Added (Start|End)DrawingOnTop stubs 2003-07-14 13:59:20 +00:00
dialog.h Rework modal dialog code to not depend on now obsolete wxDIALOG_MODAL flag. 2004-04-14 05:39:43 +00:00
font.h Applied patch #881258: Add wxT() to debug messages and a few others 2004-01-22 06:13:51 +00:00
frame.h Implement wxMenuItemAction and validateMenuItem delegate virtuals 2004-03-02 13:58:54 +00:00
gauge.h Implement a reasonable DoGetBestSize (NSProgressIndicator is not an NSControl) 2004-04-10 03:23:41 +00:00
gdiobj.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
icon.h wxCocoa: Better icon support 2004-01-27 06:01:34 +00:00
listbox.h s/m_clientData/m_itemClientData/ so it doesn't conflict with wxEvtHandler union 2004-04-13 14:16:48 +00:00
log.h Add wxCocoa-specific trace masks 2004-02-08 07:04:09 +00:00
mbarman.h Change m_windowCurrent to m_currentNSWindow such that m_currentNSWindow is 2004-04-12 04:58:32 +00:00
mdi.h Added implementation of MDI using top level windows 2003-11-13 16:03:08 +00:00
menu.h Removed extraneous m_items (the real one is in wxMenuBase) 2004-03-28 04:35:52 +00:00
menuitem.h Send all menu item actions to a dedicated target. This is to ensure 2003-08-28 17:49:51 +00:00
notebook.h Added files for wxNotebook and wxCocoaNSTabView 2004-04-09 20:19:06 +00:00
NSApplication.h Moved @interface wxNSApplicationDelegate to new header 2004-01-27 00:50:57 +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 Associate/Disassociate now check for non-NULL pointer instead of requiring 2003-07-11 17:47:57 +00:00
NSControl.h Provide target/action mechanism for subclasses to use 2003-09-08 19:00:45 +00:00
NSMenu.h Works a little better when you remember to say "virtual" 2003-09-05 15:29:17 +00:00
NSPanel.h Separated the Objective-C to C++ association code into the new header 2003-04-19 17:51:50 +00:00
NSTableDataSource.h Added NSTableView support 2003-08-18 02:12:42 +00:00
NSTableView.h Added NSTableView support 2003-08-18 02:12:42 +00:00
NSTabView.h Added files for wxNotebook and wxCocoaNSTabView 2004-04-09 20:19:06 +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 Added default implementation for drawRect and mouse events that returns 2003-08-11 13:47:50 +00:00
NSWindow.h s/wxTopLevelWindow/wxTopLevelWindowCocoa/ 2004-03-03 03:44:20 +00:00
ObjcAssociate.h Associate/Disassociate now check for non-NULL pointer instead of requiring 2003-07-11 17:47:57 +00:00
ObjcPose.h Applied correct filename case for header imports from patch #881258 2004-01-22 04:41:34 +00:00
ObjcRef.h Make ObjcRelease() return void like [NSObject -release] not type id. 2004-04-13 13:40:08 +00:00
pen.h Added dash support 2003-08-04 06:16:15 +00:00
radiobox.h Stub for DoGetBestSize() since this isn't an NSControl 2004-04-10 03:19:37 +00:00
radiobut.h * Implement GetValue() and SetValue(). 2003-08-18 18:27:48 +00:00
region.h Added wxRegion construction from an NSRect or an array of NSRects 2004-04-14 05:53:50 +00:00
slider.h Missed a few substitutions the first time around 2003-06-19 22:16:22 +00:00
spinbutt.h Implement wxSpinButton (except up/down events) 2003-09-08 19:03:31 +00:00
statbmp.h Added more original works and stubs 2003-03-21 20:25:09 +00:00
statbox.h Override CocoaSetEnabled because it's not an NSControl 2003-09-06 19:10:22 +00:00
statline.h Override CocoaSetEnabled() to do nothing. Although static lines are 2003-08-19 14:47:24 +00:00
stattext.h Added original works and stubs to CVS repository 2003-03-21 19:51:47 +00:00
string.h * Add Unicode support for wxNSStringWithWxString and wxInitNSStringWithWxString 2004-01-22 06:18:06 +00:00
textctrl.h Make DoGetBestSize() always return a width of 100 2004-04-10 03:11:44 +00:00
toolbar.h Very basic wxToolBar implementation 2003-12-16 15:36:56 +00:00
toplevel.h Construct wxCocoaNSWindow with a pointer to this 2004-03-03 03:45:38 +00:00
window.h Added virtual GetNonClientNSView() 2003-09-08 15:37:58 +00:00