cp $(SAMPDIR)/scrollsub/makefile.unx $(DISTDIR)/samples/scrollsub
cp $(SAMPDIR)/scrollsub/*.cpp $(DISTDIR)/samples/scrollsub
+ mkdir $(DISTDIR)/samples/shaped
+ cp $(SAMPDIR)/shaped/Makefile.in $(DISTDIR)/samples/shaped
+ cp $(SAMPDIR)/shaped/makefile.unx $(DISTDIR)/samples/shaped
+ cp $(SAMPDIR)/shaped/*.cpp $(DISTDIR)/samples/shaped
+ cp $(SAMPDIR)/shaped/*.h $(DISTDIR)/samples/shaped
+ cp $(SAMPDIR)/shaped/*.png $(DISTDIR)/samples/shaped
+
mkdir $(DISTDIR)/samples/sockets
cp $(SAMPDIR)/sockets/Makefile.in $(DISTDIR)/samples/sockets
cp $(SAMPDIR)/sockets/makefile.unx $(DISTDIR)/samples/sockets
samples/help/doc/*.gif
samples/help/doc/*.map
+samples/htlbox/*.cpp
+samples/htlbox/*.h
+samples/htlbox/*.def
+samples/htlbox/makefile*
+samples/htlbox/*.xpm
+samples/htlbox/*.ico
+samples/htlbox/*.bmp
+samples/htlbox/*.rc
+
samples/html/makefile*
samples/html/*.txt
samples/grid/Makefile.in
samples/keyboard/Makefile.in
samples/help/Makefile.in
+samples/htlbox/Makefile.in
samples/internat/Makefile.in
samples/ipc/Makefile.in
samples/png/Makefile.in
Destructor. Stops the timer if it is running.
-\membersection{wxTimer::GetInterval}{wxtimergetinterval}
+\membersection{wxTimer::GetInterval}\label{wxtimergetinterval}
\constfunc{int}{GetInterval}{\void}
#define WXWIN_COMPATIBILITY_2 0
// This setting determines the compatibility with 2.2 API: set it to 1 to
-// enable it but please consider to update your code instead of doing it.
+// enable it but please consider updating your code instead.
//
// Default is 0
//
// Recommended setting: 0 (please update your code)
#define WXWIN_COMPATIBILITY_2_2 1
-// This setting determines the compatibility with 2.2 API: set it to 0 to
+// This setting determines the compatibility with 2.4 API: set it to 0 to
// flag all cases of using deprecated functions.
//
// Default is 1 but please try building your code with 0 as the default will
//
// Unicode is currently only fully supported under Windows NT/2000/XP
// (Windows 9x doesn't support it and the programs compiled in Unicode mode
-// will not run under 9x -- but see wxUSE_UNICODE_MSLU bellow).
+// will not run under 9x -- but see wxUSE_UNICODE_MSLU below).
//
// Default is 0
//