From 86fe74c5cd0a6852f533874e1c2922ff07662b4a Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 18 Feb 2000 16:57:47 +0000 Subject: [PATCH] help sample useful again git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/help/demo.cpp | 4 +-- samples/help/doc/wx.htm | 64 +++++++++++++++++++++++++++++++++++++ samples/help/doc/wxhelp.map | 7 ++-- 3 files changed, 70 insertions(+), 5 deletions(-) create mode 100644 samples/help/doc/wx.htm diff --git a/samples/help/demo.cpp b/samples/help/demo.cpp index e138ef8a61..e4b02bca0e 100644 --- a/samples/help/demo.cpp +++ b/samples/help/demo.cpp @@ -236,10 +236,10 @@ void MyFrame::OnHelp(wxCommandEvent& event) m_help.DisplaySection(1); break; case HelpDemo_Help_Functions: - m_help.DisplaySection(4); + m_help.DisplaySection(2); break; case HelpDemo_Help_Help: - m_help.DisplaySection(5); + m_help.DisplaySection(3); 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 index 0000000000..4475ad0391 --- /dev/null +++ b/samples/help/doc/wx.htm @@ -0,0 +1,64 @@ + + +wxWindows 2.2 (beta): A portable C++ and Python GUI toolkit + + + + + + + + + + + + +

+wxWindows 2.2 (beta): A portable C++ and Python GUI toolkit

+

+ +

Julian Smart, Robert Roebling, Vadim Zeitlin, +Robin Dunn, et al

+ +

November 20th 1999

+ + +


+ + + + + +

Contents

+

+ +

+ + + + diff --git a/samples/help/doc/wxhelp.map b/samples/help/doc/wxhelp.map index 636bd52310..41eab79d24 100644 --- a/samples/help/doc/wxhelp.map +++ b/samples/help/doc/wxhelp.map @@ -4,6 +4,7 @@ ; ; 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 -- 2.47.2