]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/tech/tn0001.txt
Use theme border in wxListCtrl sample
[wxWidgets.git] / docs / tech / tn0001.txt
index a964f73ff69e65799ba6530db24c88008364f879..c08c11d0ac09b22e93785cec5df0ea276a90114a 100644 (file)
@@ -29,6 +29,8 @@ samples/ with demos/ where needed).
       or even add a "-f<compiler>" to generate just the makefiles for the given
       compiler (run 'bakefile --help' to get the list of possible values).
       See Technote #16 for more information.
+   d) currently samples/samples.dsw needs to be updated manually as it's not
+      generated by bakefile.
 
 4. Modify configure.in Unix compilation:
    a) if the sample should only be built if "wxUSE_FOO" is enabled, locate
@@ -43,8 +45,8 @@ samples/ with demos/ where needed).
 
 5. Add a short description of what the sample does and how does it work
    to the "samples overview" section in the wxWidgets manual. That section
-   lives in docs/latex/wx/tsamples.tex; look at the descriptions for other
-   samples, if you are not familiar with LaTeX.
+   lives in docs/doxygen/mainpages/samples.h; look at the descriptions for
+   other samples, if you are not familiar with Doxygen.
 
 6. Add any non-standard sample's files to build/bakefiles/make_dist.mk (the
    makefiles copies all bmp, cpp, h, ico, png, rc, xpm and makefiles by