wxWidgets/include/wx/msw
Vadim Zeitlin 6627ac2da2 Remove more non-standard keywords from wxWebView MSW header.
Complete the changes of r70365 by removing the rest of __out, __in and
__nullterminated occurrences.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-01-16 12:56:09 +00:00
..
ole Add wxActiveXContainer::QueryClientSiteInterface to allow customisation of ActiveX controls. 2012-01-15 19:05:34 +00:00
private Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
wince Added wxRichToolTip class. 2011-10-18 21:57:02 +00:00
accel.h
amd64.manifest
anybutton.h Refactor wxButton and wxToggleButton to derive from wxAnyButton. 2011-06-14 13:00:42 +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
apptbase.h Add wxUSE_THREADS checks around wxMSW functions dealing with threads. 2011-03-22 17:15:56 +00:00
apptrait.h Add wxUSE_THREADS checks around wxMSW functions dealing with threads. 2011-03-22 17:15:56 +00:00
bitmap.h Make wxBitmap::ConvertToDisabled() available in all ports. 2010-11-10 13:51:51 +00:00
blank.cur
bmpbuttn.h Refactor wxButton and wxToggleButton to derive from wxAnyButton. 2011-06-14 13:00:42 +00:00
bmpcbox.h Make SetFont() public (fixes #9641) 2010-07-25 07:39:17 +00:00
brush.h
bullseye.cur
button.h Ensure that Enter key presses are never stolen from wxButton in wxMSW. 2011-12-11 17:03:56 +00:00
calctrl.h
caret.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
cdrom.ico
checkbox.h
checklst.h
child.ico
chkconf.h Implement wxStackWalker for wxMSW under x86-64. 2011-11-27 19:52:13 +00:00
choice.h
clipbrd.h
colordlg.h Move wxColourData and wxFontData into separate files. 2011-01-07 05:26:57 +00:00
colour.h
colours.bmp
combo.h To have better support for themed and custom backgrounds for wxMSW wxComboCtrl, use WS_EX_COMPOSITED and wxBG_STYLE_ERASE instead of custom double-buffering (when made possible by the OS version) 2011-03-22 09:56:40 +00:00
combobox.h Replace wxComboBox::IsEmpty() with Is{List,Text}Empty(). 2011-08-21 12:06:16 +00:00
commandlinkbutton.h Add new wxCommandLinkButton class. 2010-08-17 14:48:50 +00:00
computer.ico
control.h
crashrpt.h
cross.cur
csquery.bmp
ctrlsub.h
cursor.h
custombgwin.h Move SetBackgroundBitmap() from wxPanel to new wxCustomBackgroundWindow. 2011-10-11 17:07:43 +00:00
datectrl.h Refactor wxDatePickerCtrl to derive from wxDateTimePickerCtrl. 2011-09-29 13:43:02 +00:00
datetimectrl.h Dirty hack to allow generic wxDatePickerCtrl to compile under MSW. 2011-10-20 16:45:48 +00:00
dc.h Add wxDC::SetTransformMatrix() and related methods and implement them in wxMSW. 2011-04-23 16:03:10 +00:00
dcclient.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
dcmemory.h
dcprint.h
dcscreen.h
dde.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
debughlp.h Implement wxStackWalker for wxMSW under x86-64. 2011-11-27 19:52:13 +00:00
dialog.h Only declare wxDialog::SetWindowStyleFlag() when wxUSE_DIALOG_SIZEGRIP. 2012-01-11 13:42:06 +00:00
dib.h Allow creating DIBs storing pixels in non-premultiplied format in wxMSW. 2010-10-30 23:50:50 +00:00
dirdlg.h
dragimag.h
drive.ico
enhmeta.h Make wxEnhMetaFileDC ctor from wxDC explicit. 2011-07-21 13:49:59 +00:00
evtloop.h
fdrepdlg.h
file1.ico
filedlg.h
floppy.ico
folder1.ico
folder2.ico
font.h Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont::GetFamily(). 2010-09-29 13:46:09 +00:00
fontdlg.h
frame.h Restore wxEVT_MENU_CLOSE generation under Windows 95 after r70151. 2011-12-28 17:47:21 +00:00
fswatcher.h Implement watching directory correctly in MSW wxFileSystemWatcher. 2011-05-03 23:31:39 +00:00
gauge.h Fixed various typos. 2011-03-22 14:17:38 +00:00
gccpriv.h
gdiimage.h Make wxRefCounter non copyable. 2010-12-14 18:43:49 +00:00
genrcdefs.h
glcanvas.h
hand.cur
headerctrl.h
helpbest.h
helpchm.h Use DECLARE_DYNAMIC_CLASS instead of DECLARE_CLASS. 2011-06-07 14:28:55 +00:00
helpwin.h Replace more DECLARE_CLASS occurrences with DECLARE_DYNAMIC_CLASS. 2011-06-07 16:48:36 +00:00
htmlhelp.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
hyperlink.h Provide native wxHyperlinkCtrl implementation for wxMSW. 2010-08-17 16:55:32 +00:00
ia64.manifest
icon.h
imaglist.h
iniconf.h Fix file paths in the header comments. 2010-07-13 13:29:58 +00:00
joystick.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
libraries.h
listbox.h Add missing Init() call to one of wxListBox ctors in wxMSW. 2010-06-10 10:40:21 +00:00
listctrl.h Implement best size calculation for report mode wxListCtrl. 2012-01-07 15:09:43 +00:00
magnif1.cur
mdi.h
mdi.ico
menu.h Implement wxMenuBar::EnableTop() for wxMSW and wxGTK. 2012-01-15 13:41:17 +00:00
menuitem.h Rewrote wxMSW radio menu items code to support not only appending them. 2011-05-10 08:50:38 +00:00
metafile.h
microwin.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
mimetype.h
minifram.h
missing.h Add support for VK_OEM_102 key under wxMSW. 2011-11-27 19:50:53 +00:00
msgdlg.h Don't try to center task dialogs under Windows. 2010-11-22 12:49:07 +00:00
mslu.h
msvcrt.h
nonownedwnd.h Added wxNonOwnedWindow::SetShape(wxGraphicsPath). 2011-10-18 21:56:52 +00:00
notebook.h Hack wxMSW wxNotebook to show the text controls correctly initially. 2011-11-22 13:18:45 +00:00
notifmsg.h
ownerdrw.h
palette.h Make wxPalette ctor and Create() const-correct in wxMSW. 2011-12-17 23:52:47 +00:00
panel.h fix tests for WXWIN_COMPATIBILITY_2_8, closes #13800 2011-12-23 05:59:59 +00:00
pbrush.cur
pen.h
pencil.cur
pntleft.cur
pntright.cur
popupwin.h
printdlg.h Initialize the native printer info for ConvertFromNative if it hasn't been done already. 2011-08-02 19:49:02 +00:00
printwin.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
private.h Fall back on ::GetMessagePos() if ::GetCursorPos() fails under MSW. 2011-11-14 12:51:53 +00:00
progdlg.h Enable the HWND of the task dialog to be fetched with GetHandle if it is being used. 2011-09-10 03:26:37 +00:00
question.ico
radiobox.h resolve multiple inheritance ambiguity 2011-10-29 04:50:04 +00:00
radiobut.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
rcdefs.h
regconf.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
region.h
registry.h Fixed various typos. 2011-03-22 14:17:38 +00:00
removble.ico
richmsgdlg.h Add wxRichMessageDialog class. 2010-08-18 22:48:41 +00:00
rightarr.cur
roller.cur
scrolbar.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
seh.h
setup0.h Added wxRichToolTip class. 2011-10-18 21:57:02 +00:00
setup_inc.h Add wxTimePickerCtrl class. 2011-09-29 13:43:15 +00:00
slider.h Fix showing slider label in wxMSW when wxSL_MIN_MAX_LABELS was not used. 2011-07-11 22:49:33 +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 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
spinctrl.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
stackwalk.h
statbmp.h
statbox.h
statline.h Fixed various typos. 2011-03-22 14:17:38 +00:00
stattext.h
statusbar.h Add missing wxUSE_TOOLTIPS and wxUSE_UXTHEME checks to wxMSW. 2012-01-10 17:01:09 +00:00
std.ico
stdpaths.h
subwin.h
taskbar.h
textctrl.h Add wxTextCtrl::PositionToCoords() functions for wxMSW and wxGTK. 2011-07-29 15:11:54 +00:00
textentry.h Add wxTextEntry::AutoCompleteDirectories(). 2011-08-27 14:11:13 +00:00
tglbtn.h Refactor wxButton and wxToggleButton to derive from wxAnyButton. 2011-06-14 13:00:42 +00:00
timectrl.h Add wxTimePickerCtrl class. 2011-09-29 13:43:15 +00:00
tls.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
toolbar.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
tooltip.h Update all windows associated with the tooltip when it changes in wxMSW. 2010-11-07 13:12:16 +00:00
toplevel.h Move wxTopLevelWindow::SetShape() down to wxNonOwnedWindow. 2011-10-10 10:53:23 +00:00
treectrl.h Implement wx-prefixed macros versions of DECLARE/IMPLEMENT*CLASS macros. 2010-06-09 13:55:48 +00:00
uxtheme.h Fix confusion with LOGFONT{A,W} parameters to MSW GetTheme[Sys]Font(). 2010-10-30 23:50:22 +00:00
uxthemep.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
webview_ie.h Remove more non-standard keywords from wxWebView MSW header. 2012-01-16 12:56:09 +00:00
webviewhistoryitem_ie.h Update wxWebView guards to stop backend compilation when wxUSE_WEBVIEW is 0. 2011-09-12 18:35:39 +00:00
window.h Fix inheriting parent background colour in wxPanel in wxMSW. 2011-10-09 22:01:57 +00:00
winundef.h
wrapcctl.h
wrapcdlg.h
wrapgdip.h
wrapshl.h
wrapwin.h Provide HANDLE_PTR for the compilers without it such as VC6. 2011-11-17 16:43:34 +00:00
wx.manifest
wx.rc