wxWidgets/demos/life
Vadim Zeitlin 18f42b94df Remove calls to wxApp::SetTopWindow() from the samples and documentation.
It is definitely not necessary to call SetTopWindow() when there is only a
single top level window and it is arguable whether it's useful to do it even
when there are many of them so don't encourage its use in the documentation
and also remove all its occurrences from the samples.

Closes #12816.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-01-02 22:05:14 +00:00
..
bitmaps made all XPM const to avoid warnings from mingw32 4.0 and adopt the code accordingly (patch 1872384) 2008-01-16 01:39:44 +00:00
setup/wince Removed spurious file 2005-03-20 11:58:20 +00:00
breeder.lif
descrip.mms set up for OpenVMS richtext & regex and add more samples in compile cascade 2009-10-05 09:13:42 +00:00
dialogs.cpp Follow CreateButtonSizer interface change. 2006-10-10 12:06:09 +00:00
dialogs.h don't include wx/wxprec.h from headers, it's bad style (patch from Tim Stahlhut) 2007-08-07 20:33:48 +00:00
game.cpp rename ARRAYSIZE to CELLSARRAYSIZE to avoid conflict with a macro with the same name defined in Windows headers 2009-06-06 23:16:27 +00:00
game.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
life_vc7.vcproj Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
life_vc8.vcproj Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
life_vc9.vcproj Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
life.bkl samples.inc is not data file 2003-10-17 11:20:25 +00:00
life.cpp Remove calls to wxApp::SetTopWindow() from the samples and documentation. 2011-01-02 22:05:14 +00:00
life.dsp Rebake from clean wx tree. 2010-01-04 00:45:45 +00:00
life.h don't include wx/wxprec.h from headers, it's bad style (patch from Tim Stahlhut) 2007-08-07 20:33:48 +00:00
life.rc
makefile.bcc Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
makefile.gcc Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
Makefile.in Rebake from clean wx tree. 2010-01-04 00:45:45 +00:00
makefile.unx replaced "CC = gcc" and even stranger "CPP = gcc -g" (huh?) with 2001-11-28 18:10:15 +00:00
makefile.vc Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
makefile.wat Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
mondrian.ico
mondrian.xpm made all XPM const to avoid warnings from mingw32 4.0 and adopt the code accordingly (patch 1872384) 2008-01-16 01:39:44 +00:00
reader.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
reader.h don't include wx/wxprec.h from headers, it's bad style (patch from Tim Stahlhut) 2007-08-07 20:33:48 +00:00
samples.inc Applied patch #825402 ("Fix for Unicode Open Watcom build of life demo"), second part. 2003-11-15 01:06:53 +00:00