diff options
| author | Simon Tatham <anakin@pobox.com> | 2001-12-03 12:26:15 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2001-12-03 12:26:15 +0000 |
| commit | 15f9f47056700ed8fea2659e15cb1b28415f7cb6 (patch) | |
| tree | 13391b6c7a751b966fc68291b49f6c52180de0df /winhelp.h | |
| parent | 51e3a125697288583d6a999adef5a4e7a7f673fb (diff) | |
| download | halibut-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.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |