help sample useful again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
aadaf84128
commit
86fe74c5cd
@ -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
|
||||
|
64
samples/help/doc/wx.htm
Normal file
64
samples/help/doc/wx.htm
Normal file
@ -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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user