wxWidgets/include/wx/cocoa
David Elliott b5df4fc722 wxCocoa: Better icon support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-27 06:01:34 +00:00
..
app.h Improved idle event processing. 2003-12-15 15:57:42 +00:00
autorelease.h
bitmap.h wxCocoa: Better icon support 2004-01-27 06:01:34 +00:00
bmpbuttn.h
brush.h
button.h
checkbox.h
checklst.h
choice.h Implement wxChoice including sorting and client data 2003-09-06 00:33:02 +00:00
clipbrd.h
colour.h use wxColourDatabase::Find(), not obsolete FindColour(), in wxColour::InitFromName() 2004-01-22 12:16:04 +00:00
combobox.h
control.h Override CocoaSetEnabled() to call -[NSControl setEnabled:] 2003-08-19 14:49:28 +00:00
cursor.h
dataform.h linking fix for wxCocoa apps using clipboard 2004-01-22 11:28:44 +00:00
dataobj2.h
dataobj.h
dc.h
dcclient.h Implement (sort-of) non-client wxWindowDC 2003-09-08 15:42:40 +00:00
dcmemory.h
dcscreen.h
dialog.h Use NSWindow delegate notification windowWillClose instead of overriding close 2003-10-06 19:17:11 +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 Make UpdateFrameNSView public for new native wxToolBar 2003-12-16 15:25:12 +00:00
gauge.h Implement wxGauge 2003-09-05 18:40:00 +00:00
gdiobj.h
icon.h wxCocoa: Better icon support 2004-01-27 06:01:34 +00:00
listbox.h some more wxListBox support 2003-08-18 02:14:53 +00:00
mbarman.h Renamed UpdateWindowMenuBar to UpdateMenuBar and removed unused parameter 2003-11-13 14:23:07 +00:00
mdi.h Added implementation of MDI using top level windows 2003-11-13 16:03:08 +00:00
menu.h wxMenu::Append (and similar) now return a pointer to the wxMenuItem 2004-01-23 21:02:06 +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
NSApplication.h Moved @interface wxNSApplicationDelegate to new header 2004-01-27 00:50:57 +00:00
NSBox.h
NSButton.h
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
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
NSTextField.h
NSView.h Added default implementation for drawRect and mouse events that returns 2003-08-11 13:47:50 +00:00
NSWindow.h Add wxCocoaNSWindow* parameter to GetAppMenuBar so implementations can 2003-11-06 20:37:16 +00:00
ObjcAssociate.h
ObjcPose.h Applied correct filename case for header imports from patch #881258 2004-01-22 04:41:34 +00:00
pen.h
radiobox.h Override CocoaSetEnabled because it's not an NSControl 2003-09-06 19:10:22 +00:00
radiobut.h * Implement GetValue() and SetValue(). 2003-08-18 18:27:48 +00:00
region.h Stub for wxRegion::Offset 2003-08-14 20:56:21 +00:00
slider.h
spinbutt.h Implement wxSpinButton (except up/down events) 2003-09-08 19:03:31 +00:00
statbmp.h
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
string.h * Add Unicode support for wxNSStringWithWxString and wxInitNSStringWithWxString 2004-01-22 06:18:06 +00:00
textctrl.h added wxTextCtrl::MarkDirty() 2003-09-23 00:09:18 +00:00
toolbar.h Very basic wxToolBar implementation 2003-12-16 15:36:56 +00:00
toplevel.h Added a mechanism allowing a toplevel window to delay its deactivation 2003-11-13 15:13:55 +00:00
window.h Added virtual GetNonClientNSView() 2003-09-08 15:37:58 +00:00