wxWidgets/include/wx/cocoa
Vadim Zeitlin c559c4b3ef Change wxSound ctor from in-memory data to use size_t/void *.
This constructor previously used int and, especially annoyingly, wxByte* for
the data. Use standard void* for untyped binary data instead.

Also document this ctor as it seems to be implemented in all ports.

Closes #13451.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-09-21 15:08:02 +00:00
..
objc Fixed various typos. 2011-03-22 14:17:38 +00:00
private Fixed various typos. 2011-03-22 14:17:38 +00:00
app.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
autorelease.h No changes, just removed hard tabs and trailing white space. 2009-08-21 10:41:26 +00:00
bitmap.h
bmpbuttn.h
brush.h
button.h
checkbox.h
checklst.h
chkconf.h Replaced C++ comments with C ones in C files. 2011-04-15 19:18:34 +00:00
choice.h
clipbrd.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
colordlg.h
colour.h
combobox.h
control.h
cursor.h
dataform.h
dataobj2.h
dataobj.h
dc.h
dcclient.h
dcmemory.h
dcscreen.h
dialog.h
dirdlg.h No changes, just removed hard tabs and trailing white space. 2009-08-21 10:41:26 +00:00
drawer.h
evtloop.h
filedlg.h No changes, just removed hard tabs and trailing white space. 2009-08-21 10:41:26 +00:00
font.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
fontdlg.h
frame.h
gauge.h
glcanvas.h
icon.h Add wxIcon::GetSize() to wxIcon in wxOSX. 2010-10-23 21:47:22 +00:00
listbox.h
log.h
mbarman.h
mdi.h
menu.h
menuitem.h
msgdlg.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
notebook.h No changes, just use symbolic NO_IMAGE constant instead of -1 or wxNOT_FOUND. 2011-08-21 14:08:49 +00:00
NSApplication.h Fixed various typos. 2011-03-22 14:17:38 +00:00
NSBox.h
NSButton.h
NSControl.h
NSMenu.h
NSPanel.h
NSScroller.h
NSSlider.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
NSTableDataSource.h
NSTableView.h
NSTabView.h
NSTextField.h
NSView.h
NSWindow.h
ObjcAssociate.h
ObjcRef.h No changes, just removed hard tabs and trailing white space. 2009-08-21 10:41:26 +00:00
pen.h
radiobox.h Fixed various typos. 2011-03-22 14:17:38 +00:00
radiobut.h
region.h
scrolbar.h
slider.h Deprecate second parameter of wxSlider::SetTickFreq(). 2011-02-05 16:36:30 +00:00
sound.h Change wxSound ctor from in-memory data to use size_t/void *. 2011-09-21 15:08:02 +00:00
spinbutt.h
statbmp.h
statbox.h
statline.h
stattext.h
string.h
taskbar.h
textctrl.h
toolbar.h
tooltip.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
toplevel.h
trackingrectmanager.h
window.h add virtual DoGetTextExtent() to allow calling the overloaded wxWindowBase::GetTextExtent() on wxWindow objects without any ugly casts/scope resolution operators 2009-06-10 16:41:41 +00:00