wxWidgets/include/wx/mac/carbon
2005-07-27 15:02:04 +00:00
..
private moving wxMac to new printing architecture 2005-04-01 16:36:36 +00:00
accel.h
aga.h
app.h Declare CFRunLoopSourceRef rather than including the CFRunLoop.h header. 2005-04-07 14:36:24 +00:00
apptbase.h
apptrait.h
bitmap.h have CGImage Support in all OSX builds 2005-03-01 05:31:37 +00:00
bmpbuttn.h
brush.h wxBrushBase between wxBrush and wxGDIObject (class follows wxFontBase model). 2004-12-03 15:31:31 +00:00
button.h new stock buttons API 2004-08-30 14:42:51 +00:00
checkbox.h
checklst.h
chkconf.h new native toolbar implementation (turned off by default, not supporting embedded controls yet) 2005-07-27 15:02:04 +00:00
choice.h
clipbrd.h
colordlg.h
colour.h Applied patch [ 1161769 ] reference to temp object in carbon/palette.cpp 2005-03-30 15:47:29 +00:00
combobox.h 1. added SetSelection() to wxItemContainer and removed its declarations 2005-02-13 17:08:27 +00:00
config_xcode.h support mac on little endian systems 2005-06-07 03:25:23 +00:00
control.h
cursor.h Mac Core Graphics Implementation 2005-02-12 11:34:05 +00:00
dataform.h
dataobj2.h
dataobj.h
dc.h reintroducing direct access, cleanup 2005-02-18 16:47:07 +00:00
dcclient.h
dcmemory.h
dcprint.h wxUSE_XXX related fixes 2005-02-18 04:43:47 +00:00
dcscreen.h
dialog.h wxDialog::Show is virtual as elsewhere. Native PalmOS progress dialog. 2004-12-31 07:08:11 +00:00
dirdlg.h use wxDD_DEFAULT_STYLE instead of 0 by default for style parameter of wxDirDialog ctor 2004-08-13 23:56:57 +00:00
display.h Mac Core Graphics Implementation 2005-02-12 11:34:05 +00:00
dnd.h
drawer.h warning for 2.5.3 2004-10-02 19:19:55 +00:00
filedlg.h
font.h storing ATSU style in the font itself 2005-01-27 10:57:10 +00:00
fontdlg.h native font dialog implementation for mac os x 10.2+ 2004-09-26 14:13:26 +00:00
frame.h new native toolbar implementation (turned off by default, not supporting embedded controls yet) 2005-07-27 14:53:12 +00:00
gauge.h
gdiobj.h [1231183] 'cleanup: mismatched indentation' and other cleanings. 2005-07-22 16:56:26 +00:00
glcanvas.h removed ambiguity from wxGLCanvas ctors (bug 1102544) 2005-02-21 01:52:23 +00:00
gsockmac.h Added licence/copyright information 2005-05-04 18:57:50 +00:00
helpxxxx.h
icon.h Mac Core Graphics Implementation 2005-02-12 11:34:05 +00:00
imaglist.h we need our own imaglist implementation because in wxmac wxIcon does not inherit from wxBitmap anymore 2005-03-29 11:39:46 +00:00
joystick.h
listbox.h 1. added SetSelection() to wxItemContainer and removed its declarations 2005-02-13 17:08:27 +00:00
listctrl.h Common wxListCtrl control name. 2005-01-14 13:07:44 +00:00
macnotfy.h newline before EOF fixes 2005-02-06 11:29:39 +00:00
macsock.h
mdi.h added orient parameter to wxMDIParentFrame::Tile() 2005-03-21 12:27:49 +00:00
menu.h adding OS level Window Menu by default 2005-05-31 05:13:38 +00:00
menuitem.h
metafile.h adding metafile and clipboard support 2005-02-13 05:59:04 +00:00
mimetype.h pad out some data for binary compat 2005-04-19 16:58:57 +00:00
minifram.h
msgdlg.h Base for wxMessageDialog with common checks for style. 2005-03-11 15:34:42 +00:00
notebook.h Common default notebook name. 2005-01-13 20:30:21 +00:00
palette.h wxPaletteBase introduction. wxPalette::GetColoursCount() in interface of all platforms. wxColourMap definition centralized and 2.4 only. Source cleaning. 2004-12-08 17:43:18 +00:00
pen.h
pnghand.h As members have gone private, use Accessors 2005-02-06 11:19:58 +00:00
pngread.h
printdlg.h moving wxMac to new printing architecture 2005-04-01 16:36:36 +00:00
printmac.h
private.h adding core services and increase Universal Header min req 2005-04-24 07:53:56 +00:00
radiobox.h Linup API of wxRadioBox::Show on all ports. Move wxRadioBox::IsValid from wxUniversal to base class (+ GTK which do not use base class) and use it where applicable. Minor source cleaning. 2005-02-23 17:04:16 +00:00
radiobut.h
region.h Removed unneeded semicolon after DECLARE_DYNAMIC_CLASS [ bug 1162938 ] 2005-03-14 14:38:48 +00:00
scrolbar.h
slider.h Needs to inherit from wxSliderBase for new ValueInvertOrNot Change 2005-02-14 22:27:07 +00:00
sound.h applied patch #997019: '[wxMac] updated wxSound', adds static IsPlaying() and Stop() 2004-07-31 07:36:13 +00:00
spinbutt.h
spinctrl.h SetFocus fixed 2004-12-31 13:29:35 +00:00
statbmp.h Mac Core Graphics Implementation 2005-02-12 11:34:05 +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
statusbr.h Removed unneeded semicolon after DECLARE_DYNAMIC_CLASS [ bug 1162938 ] 2005-03-14 14:38:48 +00:00
tabctrl.h wxUSE_XXX related fixes 2005-02-18 04:43:47 +00:00
taskbarosx.h cgimagecreate from wxbitmap crashes 10.2 - turn off. Put in right click handler to avoid double-creation of the menus 2005-03-09 18:54:52 +00:00
textctrl.h Adding David Surovell's fixes and extensions 2005-07-25 06:09:18 +00:00
tglbtn.h
timer.h
toolbar.h new native toolbar implementation (turned off by default, not supporting embedded controls yet) 2005-07-27 14:53:12 +00:00
tooltip.h
toplevel.h unifying redraw and scrolling calls between compositing and non-compositing modes 2005-03-30 05:42:49 +00:00
treectrl.h Use treebase.h for enum duplicated in port/treectrl.h. 2005-05-23 10:28:28 +00:00
uma.h
window.h Applied patch [ 1215991 ] Mac xrc enables unknown class 2005-06-16 18:03:43 +00:00