wxWidgets/include/wx/msw
2009-05-24 19:39:40 +00:00
..
ole
private
wince wxUSE_GSTREAMER is Unix-specific, remove it from common wx/setup_inc.h; it also requires wxUSE_THREADS, check for it 2009-05-24 09:40:15 +00:00
accel.h
amd64.manifest
app.h second part of #10320: move wxApp event handling functions to wxEventLoopBase (in particular move Yield() functions); add backward compatible redirections to wxApp; update docs; remove global lists wxPendingEvents and wxPendingEventsLocker 2009-02-15 14:25:08 +00:00
apptbase.h remove wxMSW-specific (but copied into wxPalm too) wxAppTraits::AlwaysYield(), it's useless now that wxEventLoop is in wxBase 2009-05-24 19:39:40 +00:00
apptrait.h remove wxMSW-specific (but copied into wxPalm too) wxAppTraits::AlwaysYield(), it's useless now that wxEventLoop is in wxBase 2009-05-24 19:39:40 +00:00
bitmap.h first round of debug/release merge: introduce wxDEBUG_LEVEL, for now defined as 1 if __WXDEBUG__ is defined, i.e. no real changes; don't use __WXDEBUG__ in the headers to keep debug and release builds ABI-compatible; add functions to customize or disable asserts handling 2009-03-21 23:36:37 +00:00
blank.cur
bmpbuttn.h
bmpcbox.h
brush.h
bullseye.cur
button.h
calctrl.h
caret.h
cdrom.ico
checkbox.h
checklst.h
child.ico
chkconf.h test whether wxHAS_EVENT_BIND is supported in wx/features.h itself, not wx/chkconf.h as the former is included after the latter and so the check was done too early and wxHAS_EVENT_BIND was always defined 2009-05-03 07:44:44 +00:00
choice.h implement changing wxChoice and wxComboBox height 2009-05-01 21:49:43 +00:00
clipbrd.h
colordlg.h
colour.h
colours.bmp
combo.h
combobox.h added wxTextEntry::SetHint() (a.k.a. cue banner or placeholder string) 2009-03-02 12:25:01 +00:00
computer.ico
control.h
crashrpt.h
cross.cur
csquery.bmp
ctrlsub.h
cursor.h
datectrl.h
dc.h
dcclient.h
dcmemory.h
dcprint.h
dcscreen.h
dde.h
debughlp.h
dialog.h remove wxMSW-specific FindSuitableParent() and use GetParentForModalDialog() everywhere; extend it with additional checks and remove redundant ones elsewhere 2009-05-09 12:26:15 +00:00
dib.h
dirdlg.h
dragimag.h
drive.ico
enhmeta.h
evtloop.h another missing WXDLLIMPEXP to fix DLL build 2009-02-26 14:15:20 +00:00
fdrepdlg.h
file1.ico
filedlg.h
floppy.ico
folder1.ico
folder2.ico
font.h wxMSW and wxPalmOS already had the wxFont(const wxSize&...) ctor; don't duplicate it 2009-03-15 16:42:05 +00:00
fontdlg.h
frame.h use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically 2009-04-25 12:59:09 +00:00
gauge.h
gccpriv.h
gdiimage.h
genrcdefs.h
glcanvas.h
hand.cur
headerctrl.h
helpbest.h
helpchm.h
helpwin.h
htmlhelp.h
ia64.manifest
icon.h
imaglist.h Make wxImageList not copiable (fixes #10503), replace wxList with wxObjectList 2009-02-19 20:26:00 +00:00
iniconf.h add wxUSE_CONFIG checks (see #10560) 2009-03-07 15:49:57 +00:00
joystick.h
libraries.h
listbox.h
listctrl.h optimize FindItem(data) performance (closes #9870) 2009-04-25 22:31:48 +00:00
magnif1.cur
mdi.h deprecate the old TryValidator/Parent() and replace them with the new and documented TryBefore/After() 2009-02-26 16:16:31 +00:00
mdi.ico
menu.h
menuitem.h
metafile.h
microwin.h
mimetype.h
minifram.h
missing.h
msgdlg.h
mslu.h
msvcrt.h replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL 2009-03-22 12:53:48 +00:00
notebook.h
notifmsg.h
palette.h
pbrush.cur
pen.h
pencil.cur
pntleft.cur
pntright.cur
popupwin.h
printdlg.h
printwin.h
private.h first round of debug/release merge: introduce wxDEBUG_LEVEL, for now defined as 1 if __WXDEBUG__ is defined, i.e. no real changes; don't use __WXDEBUG__ in the headers to keep debug and release builds ABI-compatible; add functions to customize or disable asserts handling 2009-03-21 23:36:37 +00:00
question.ico
radiobox.h fixed wxRadioBox positioning to take the client area origin into account; also simplified the code to avoid duplication with the base class version 2009-05-11 21:54:34 +00:00
radiobut.h
rcdefs.h
regconf.h no changes, just remove an extra space (see #10560) 2009-03-07 15:49:32 +00:00
region.h
registry.h
removble.ico
rightarr.cur
roller.cur
scrolbar.h
seh.h
setup0.h wxUSE_GSTREAMER is Unix-specific, remove it from common wx/setup_inc.h; it also requires wxUSE_THREADS, check for it 2009-05-24 09:40:15 +00:00
setup_inc.h
slider.h
sound.h
spinbutt.h
spinctrl.h use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to avoid problems with the latter not being defined in wx/spinctrl.h on non-MSW platforms (see #10621) 2009-03-22 10:55:55 +00:00
stackwalk.h
statbmp.h
statbox.h
statline.h
stattext.h
statusbar.h Add support for wxSTB_ELLIPSIZE_* and for wxSTB_SHOW_TIPS flags under wxMSW 2009-04-26 13:37:16 +00:00
std.ico
stdpaths.h
subwin.h
taskbar.h
textctrl.h
textentry.h added wxTextEntry::DoGetValue() to allow returning empty string if the control currently contains hint text 2009-03-02 13:31:29 +00:00
tglbtn.h
tls.h
toolbar.h
tooltip.h Compilo 2009-04-28 09:39:52 +00:00
toplevel.h
treectrl.h more bug fixes to multiple selection mode (see #626, comment 47) 2009-03-18 10:01:36 +00:00
uxtheme.h
uxthemep.h
window.h added MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZING to wxUSE_DEFERRED_SIZING and moved it to the header 2009-05-01 21:48:10 +00:00
winundef.h
wrapcctl.h
wrapcdlg.h
wrapgdip.h
wrapshl.h
wrapwin.h
wx.manifest
wx.rc