Added wxHelpControllerHelpProvider, added DisplayContextPopup, DisplayTextPopup

to wxHelpControllerBase and wxCHMHelpController; updated sample


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-09-12 14:53:39 +00:00
parent 135ce19c67
commit 5100cabffa
15 changed files with 211 additions and 75 deletions

7
samples/help/doc.h Normal file
View File

@@ -0,0 +1,7 @@
#define doc1 100
#define doc2 2
#define doc3 1
#define doc4 3
#define IDH_PANEL 300
#define IDH_TEXT 301
#define IDH_OK 302