wxWidgets/include/wx/cocoa
2006-10-09 23:44:00 +00:00
..
app.h Use old licence name 2004-05-23 20:53:33 +00:00
autorelease.h Use old licence name 2004-05-23 20:53:33 +00:00
bitmap.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
bmpbuttn.h Implement wxBitmapButton::DoGetBestSize() to call wxButtonBase version so 2004-10-05 01:50:17 +00:00
brush.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
button.h Implement wxButtonBase::GetDefaultSize() 2004-10-05 01:49:05 +00:00
checkbox.h Get/SetTitle only for wxTopLevelWindow (wxCocoa part). 2005-11-08 16:02:07 +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 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
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 fixed crash in wxColour ctor after RGBA-ization 2006-10-09 23:44:00 +00:00
combobox.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
control.h Use old licence name 2004-05-23 20:53:33 +00:00
cursor.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
dataform.h Use old licence name 2004-05-23 20:53:33 +00:00
dataobj2.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dataobj.h Use old licence name 2004-05-23 20:53:33 +00:00
dc.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dcclient.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dcmemory.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dcscreen.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dialog.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +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 miscellaneous wxFont enhancements (patch 1496606): 2006-05-29 00:03:36 +00:00
fontdlg.h 2.5.3 - cleanups, fixes, etc. etc. - 2004-10-07 08:53:48 +00:00
frame.h Use old licence name 2004-05-23 20:53:33 +00:00
gauge.h compilo 2005-04-19 03:41:43 +00:00
glcanvas.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
icon.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
listbox.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
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 mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
menu.h compilation fix after last commit (missing semicolon added) 2005-03-20 11:01:08 +00:00
menuitem.h Added CocoaSetKeyEquivalent() that sets the accelerators. Only implemented 2004-10-20 19:18:46 +00:00
msgdlg.h 2.5.3 - cleanups, fixes, etc. etc. - 2004-10-07 08:53:48 +00:00
notebook.h added SendPageChanging/ChangedEvent() functions; fixed wxCocoa build broken by wxNotebook::ChangePage() change 2006-10-08 23:41:52 +00:00
NSApplication.h Observe NSControlTintDidChangeNotification in the application delegate. 2004-06-22 04:16:22 +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 non virtual dtors warning fixes 2006-03-12 15:10:23 +00:00
NSPanel.h Use old licence name 2004-05-23 20:53:33 +00:00
NSScroller.h non virtual dtors warning fixes 2006-03-12 15:10:23 +00:00
NSTableDataSource.h Use old licence name 2004-05-23 20:53:33 +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 non virtual dtors warning fixes 2006-03-12 15:10:23 +00:00
NSWindow.h Added Cocoa_canBecomeKeyWindow. 2005-09-23 15:24:29 +00:00
ObjcAssociate.h Use old licence name 2004-05-23 20:53:33 +00:00
ObjcPose.h Use old licence name 2004-05-23 20:53:33 +00:00
ObjcRef.h GCC 4.0 (Apple 4059) is a little bit pickier than 3.3. 2005-03-23 05:51:15 +00:00
pen.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
radiobox.h More null virtuals in wxRadioBoxBase (see: 'Developers_Notebook-Incomplete-API' in wxWiki) 2006-03-24 22:50:51 +00:00
radiobut.h Use old licence name 2004-05-23 20:53:33 +00:00
region.h The Great wxRegion Refactoring: 2006-09-25 11:47:23 +00:00
scrolbar.h compilation fix: use wxSB_HORIZONTAL/VERTICAL instead of wxSL_XXX 2005-04-16 14:10:24 +00:00
slider.h Use old licence name 2004-05-23 20:53:33 +00:00
sound.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
spinbutt.h compilo 2005-04-19 03:41:43 +00:00
statbmp.h Use old licence name 2004-05-23 20:53:33 +00:00
statbox.h extracted platform-specific code to determine static box borders to wxStaticBox::GetBordersForSizer() 2005-03-07 23:37:15 +00:00
statline.h gave default value of wxID_ANY to id parameter of wxStaticLine ctor as nobody uses anything else for it anyhow 2005-03-11 02:13:30 +00:00
stattext.h Use old licence name 2004-05-23 20:53:33 +00:00
string.h Use old licence name 2004-05-23 20:53:33 +00:00
taskbar.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
textctrl.h moved DoSetValue() to wxTextCtrlBase instead of having it in almost, but not quite all, derived classes; linking fixes for wxCocoa/wxX11/wxMotif 2006-10-08 22:40:14 +00:00
timer.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
toolbar.h Make wxToolBar accept first mouse clicks. That is, clicking on a toolbar 2005-09-26 16:20:57 +00:00
tooltip.h Fixes for include guards, patch 1256967 Paul Cornett 2005-09-25 20:49:40 +00:00
toplevel.h Get/SetTitle only for wxTopLevelWindow (wxCocoa part). 2005-11-08 16:02:07 +00:00
window.h added wxWindow::IsDoubleBuffered() and improve wxBufferedDC (patch 1565330) 2006-10-09 16:39:34 +00:00