]> git.saurik.com Git - wxWidgets.git/commitdiff
help sample useful again
authorRobert Roebling <robert@roebling.de>
Fri, 18 Feb 2000 16:57:47 +0000 (16:57 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 18 Feb 2000 16:57:47 +0000 (16:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/help/demo.cpp
samples/help/doc/wx.htm [new file with mode: 0644]
samples/help/doc/wxhelp.map

index e138ef8a616c42b1039adb21a4617e577bacc4cb..e4b02bca0e1a4ffe21b11c2f0d8dd4cdff219852 100644 (file)
@@ -236,10 +236,10 @@ void MyFrame::OnHelp(wxCommandEvent& event)
       m_help.DisplaySection(1);
       break;
    case HelpDemo_Help_Functions:
       m_help.DisplaySection(1);
       break;
    case HelpDemo_Help_Functions:
-      m_help.DisplaySection(4);
+      m_help.DisplaySection(2);
       break;
    case HelpDemo_Help_Help:
       break;
    case HelpDemo_Help_Help:
-      m_help.DisplaySection(5);
+      m_help.DisplaySection(3);
       break;
 
    // These three calls are only used by wxExtHelpController
       break;
 
    // These three calls are only used by wxExtHelpController
diff --git a/samples/help/doc/wx.htm b/samples/help/doc/wx.htm
new file mode 100644 (file)
index 0000000..4475ad0
--- /dev/null
@@ -0,0 +1,64 @@
+
+<HTML>
+<HEAD><TITLE>wxWindows 2.2 (beta): A portable C++ and Python GUI toolkit</TITLE></HEAD>
+
+<BODY BGCOLOR=#FFFFFF>
+
+
+
+
+
+
+
+
+
+
+<A NAME="contents"><H2 ALIGN=CENTER>
+wxWindows 2.2 (beta): A portable C++ and Python GUI toolkit</H2><P></A>
+<P>
+
+<H3 ALIGN=CENTER>Julian Smart, Robert Roebling, Vadim Zeitlin,
+Robin Dunn, et al</H3><P>
+
+<H3 ALIGN=CENTER>November 20th 1999</H3><P>
+
+
+<P><HR><P>
+
+
+
+
+
+<P><P><H2>Contents</H2><P><P>
+<UL>
+
+<LI><A HREF="wxwin1.htm#topic0">Copyright notice</A>
+
+<LI><A HREF="wxwin4.htm#introduction">Introduction</A>
+
+<LI><A HREF="wxwin12.htm#multiplat">Multi-platform development with wxWindows</A>
+
+<LI><A HREF="wxwin23.htm#strategies">Programming strategies</A>
+
+<LI><A HREF="wxwin27.htm#classref">Alphabetical class reference</A>
+
+<LI><A HREF="wxwin346.htm#functions">Functions</A>
+
+<LI><A HREF="wxwin361.htm#classesbycat">Classes by category</A>
+
+<LI><A HREF="wxwin362.htm#overviews">Topic overviews</A>
+
+<LI><A HREF="wxwin409.htm#wxHTML">wxHTML Notes</A>
+
+<LI><A HREF="wxwin417.htm#proplist">Property sheet classes</A>
+
+<LI><A HREF="wxwin422.htm#wxPython">wxPython Notes</A>
+
+<LI><A HREF="wxwin430.htm#porting">Porting from wxWindows 1.xx</A>
+</UL>
+
+<P>
+
+</BODY>
+
+</HTML>
index 636bd5231031124f8a4da4e34212a47daaf2b837..41eab79d24c1f162d6d3968250bf4c09d72f9ef6 100644 (file)
@@ -4,6 +4,7 @@
 ;
 ; First, some wxWindows documentation files:
 ;
 ;
 ; First, some wxWindows documentation files:
 ;
-0 wx.html                  ;wxWindows: Help index; additional keywords like overview
-1 wxwin.htm           ;  wxWindows Class References
-2 wx204.htm#functions         ;  wxWindows Function References; methods
+0 wx.htm             ; wxWindows: Help index; additional keywords like overview
+1 wx204.htm          ; wxWindows Class References
+2 wx34.htm           ; wxWindows Function References; methods
+3 aindex.html