wxWidgets/samples
2004-06-24 09:04:10 +00:00
..
access -1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPosition & wxDefaultSize replacements 2004-05-27 17:50:54 +00:00
artprov removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString 2004-06-12 23:44:08 +00:00
calendar
caret -1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPosition & wxDefaultSize replacements 2004-05-27 17:50:54 +00:00
checklst
config
console extracted some wxDateTime tests from console sample to the unit test suite 2004-06-23 21:18:16 +00:00
controls Fixes for Smartphone builds. Sample does not work yet but at least creates exacutable. 2004-06-24 06:59:48 +00:00
db Revitalization of the code, -1->wxID_ANY, TRUE->true and FALSE->false replacements. 2004-05-25 19:57:33 +00:00
dialogs Fixed WinCE build. 2004-06-24 06:54:55 +00:00
dialup
display set size hints so that the window won't shrink too much 2004-06-24 09:04:10 +00:00
dnd Warning fixes. 2004-06-05 20:49:42 +00:00
docview -1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPosition & wxDefaultSize replacements 2004-05-27 18:07:04 +00:00
docvwmdi -1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPosition & wxDefaultSize replacements 2004-05-27 18:17:50 +00:00
dragimag replaced menu calls Append([...], true) with the less cryptic AppendCheckItem 2004-06-13 00:02:35 +00:00
drawing Fixes for Smartphone builds. Sample does not work yet but at least creates exacutable. 2004-06-24 06:59:48 +00:00
dynamic -1->wxID_ANY, TRUE->true, FALSE->false replacements 2004-05-28 10:43:39 +00:00
erase -1->wxID_ANY, TRUE->true, FALSE->false replacements 2004-05-28 10:43:39 +00:00
event don't pretend that type unsafe event table entry works, it doesn't any more (bug 969012) 2004-06-22 23:25:46 +00:00
except Missed header, -1->wxID_ANY replacements. 2004-05-28 10:45:07 +00:00
exec -1->wxID_ANY, TRUE->true, FALSE->false replacements 2004-05-28 10:43:39 +00:00
font replaced menu calls Append([...], true) with the less cryptic AppendCheckItem 2004-06-13 00:02:35 +00:00
grid removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString 2004-06-12 23:44:08 +00:00
help removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString 2004-06-12 23:44:08 +00:00
htlbox -1->wxID_ANY, TRUE->true, FALSE->false replacements 2004-05-28 10:43:39 +00:00
html removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString 2004-06-12 23:44:08 +00:00
image Correct parent in wxFileSelector, -1->wxID_ANY, TRUE->true replacements. 2004-06-01 15:42:12 +00:00
internat More name changes 2004-05-25 11:20:37 +00:00
ipc -1->wxID_ANY, TRUE->true and FALSE->false replacements. 2004-06-02 17:03:20 +00:00
joytest -1->wxID_ANY, TRUE->true and FALSE->false replacements. 2004-05-25 20:01:09 +00:00
keyboard More name changes 2004-05-25 11:20:37 +00:00
layout
listbox removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString 2004-06-12 23:44:08 +00:00
listctrl
mdi fix bug with button doing nothing 2004-06-23 16:04:10 +00:00
memcheck More name changes 2004-05-25 11:20:37 +00:00
menu replaced menu calls Append([...], true) with the less cryptic AppendCheckItem 2004-06-13 00:02:35 +00:00
mfc Corrected strange test for __WINDOWS__ or wxUSE_MFC 2004-06-04 15:33:33 +00:00
minifram
minimal More name changes 2004-05-25 11:20:37 +00:00
mobile -1->wxID_ANY, TRUE->true replacements. 2004-06-01 16:24:57 +00:00
multimon VideoMode/Display split, TRUE->true and FALSE->false replacements. 2004-05-25 19:27:39 +00:00
nativdlg More name changes 2004-05-25 11:20:37 +00:00
notebook removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString 2004-06-12 23:44:08 +00:00
oleauto
opengl bool if enough for true/false results. 2004-06-03 10:03:30 +00:00
ownerdrw wxUniv conslicts, -1->wxID_ANY, TRUE->true and FALSE->false replacements. 2004-05-25 20:04:49 +00:00
png -1->wxID_ANY, wxDefaultSize, TRUE->true and FALSE->false replacements. 2004-06-01 07:45:11 +00:00
printing Warning removal. 2004-05-25 20:02:19 +00:00
propsize
regtest wxTreeItemId, -1->wxID_ANY, TRUE->true and FALSE->false replacements. 2004-05-25 19:31:13 +00:00
render More name changes 2004-05-25 11:20:37 +00:00
resource Removed obsolete file 2003-07-15 14:21:09 +00:00
richedit -1->wxID_ANY, TRUE->true and FALSE->false replacements. 2004-06-02 17:13:19 +00:00
rotate
sashtest Cleaning. 2004-06-03 10:32:41 +00:00
scroll
scrollsub -1->wxID_ANY, TRUE->true and FALSE->false replacements. 2004-06-02 17:03:20 +00:00
shaped
sockets -1->wxID_ANY, TRUE->true and FALSE->false replacements. 2004-06-02 17:03:20 +00:00
sound Unhide problem of ambiguity in wxSoundBase::Play. 2004-05-26 08:47:53 +00:00
splitter
statbar removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString 2004-06-12 23:44:08 +00:00
stc
svg More name changes 2004-05-25 11:20:37 +00:00
tab
taskbar corrected EVT_TASKBAR_XXX macros to use wxTaskBarIconEvent 2004-06-05 14:19:35 +00:00
text don't use wxHSCROLL for the rich edit window, not that it really works as expected it looks ugly in the sample 2004-06-23 17:42:03 +00:00
thread
toolbar -1->wxID_ANY, wxDefaultSize, TRUE->true and FALSE->false replacements. 2004-06-01 07:45:11 +00:00
treectrl replaced menu calls Append([...], true) with the less cryptic AppendCheckItem 2004-06-13 00:02:35 +00:00
typetest More name changes 2004-05-25 11:20:37 +00:00
validate replaced menu calls Append([...], true) with the less cryptic AppendCheckItem 2004-06-13 00:02:35 +00:00
vscroll
widgets More name changes 2004-05-25 11:20:37 +00:00
wizard Fixes for Smartphone builds. Sample does not work yet but at least creates exacutable. 2004-06-24 06:59:48 +00:00
xrc wxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND, true, false, tabs replacements. 2004-06-11 13:14:23 +00:00
.cvsignore
makefile.bcc Removed wxtest sample. 2004-06-04 10:06:48 +00:00
makefile.dos
makefile.gcc
Makefile.in
makefile.sc Removed wxtest sample. 2004-06-04 10:06:48 +00:00
makefile.vc
makefile.wat Removed wxtest sample. 2004-06-04 10:06:48 +00:00
sample.ico
sample.r
sample.rc
sample.xpm
samples.bkl
samples.dsw