wxWidgets/include/wx/cocoa
2008-09-25 17:56:07 +00:00
..
objc
private
app.h
autorelease.h
bitmap.h introduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYPE; documented these default argument values; matched the wxBitmap and wxIcon interfaces to their real implementations; revised icon.h interface header 2008-09-21 20:03:14 +00:00
bmpbuttn.h
brush.h declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails) 2008-06-17 17:28:26 +00:00
button.h
checkbox.h
checklst.h
chkconf.h get rid of __WXCOCOA__ check in common CreateLogTarget(), the right way to do this is to override wxUSE_LOG_DIALOG option in wxCocoa-specific chkconf.h 2008-09-11 11:20:33 +00:00
choice.h
clipbrd.h
colordlg.h
colour.h
combobox.h
control.h
cursor.h provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet) 2008-09-25 17:56:07 +00:00
dataform.h
dataobj2.h
dataobj.h
dc.h
dcclient.h
dcmemory.h
dcscreen.h
dialog.h
dirdlg.h
drawer.h
filedlg.h
font.h
fontdlg.h
frame.h
gauge.h
glcanvas.h
icon.h complete rev55777 with some icon.h modifications which I missed in the first place 2008-09-21 21:09:36 +00:00
listbox.h
log.h
mbarman.h
mdi.h
menu.h
menuitem.h
msgdlg.h make it possible to use stock ids for custom message box labels 2008-09-05 18:02:49 +00:00
notebook.h
NSApplication.h
NSBox.h
NSButton.h
NSControl.h
NSMenu.h
NSPanel.h
NSScroller.h
NSSlider.h
NSTableDataSource.h
NSTableView.h
NSTabView.h
NSTextField.h
NSView.h
NSWindow.h
ObjcAssociate.h
ObjcRef.h
pen.h declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails) 2008-06-17 17:28:26 +00:00
radiobox.h
radiobut.h
region.h
scrolbar.h
slider.h
sound.h
spinbutt.h
statbmp.h
statbox.h
statline.h
stattext.h
string.h check that string passed to FromUTF8() is valid even in release build, this is safer; add a separate FromUTF8Unchecked() which can be used for maximal efficiency 2008-07-19 19:59:59 +00:00
taskbar.h
textctrl.h
toolbar.h
tooltip.h
toplevel.h
trackingrectmanager.h
window.h