summaryrefslogtreecommitdiff
path: root/winhelp.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2001-12-03 12:26:15 +0000
committerSimon Tatham <anakin@pobox.com>2001-12-03 12:26:15 +0000
commit15f9f47056700ed8fea2659e15cb1b28415f7cb6 (patch)
tree13391b6c7a751b966fc68291b49f6c52180de0df /winhelp.h
parent51e3a125697288583d6a999adef5a4e7a7f673fb (diff)
downloadhalibut-15f9f47056700ed8fea2659e15cb1b28415f7cb6.zip
halibut-15f9f47056700ed8fea2659e15cb1b28415f7cb6.tar.gz
halibut-15f9f47056700ed8fea2659e15cb1b28415f7cb6.tar.bz2
halibut-15f9f47056700ed8fea2659e15cb1b28415f7cb6.tar.xz
Implement browse sequence support
[originally from svn r1438]
Diffstat (limited to 'winhelp.h')
-rw-r--r--winhelp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/winhelp.h b/winhelp.h
index e6014db..afadcfd 100644
--- a/winhelp.h
+++ b/winhelp.h
@@ -56,6 +56,12 @@ void whlp_start_macro(WHLP h, char *macro);
WHLP_TOPIC whlp_register_topic(WHLP h, char *context_name, char **clash);
/*
+ * Link two topics together in a browse sequence. Automatically
+ * takes care of the forward and reverse links.
+ */
+void whlp_browse_link(WHLP h, WHLP_TOPIC before, WHLP_TOPIC after);
+
+/*
* After calling whlp_register_topic for all topics, you should
* call this, which will sort out all loose ends and allocate
* context names for all anonymous topics. Then you can start