diff options
Diffstat (limited to 'winhelp.h')
| -rw-r--r-- | winhelp.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -128,10 +128,11 @@ enum { WHLP_PARA_SCROLL, WHLP_PARA_NONSCROLL }; void whlp_para_attr(WHLP h, int attr_id, int attr_param); +void whlp_set_tabstop(WHLP h, int tabstop, int alignment); void whlp_begin_para(WHLP h, int para_type); void whlp_end_para(WHLP h); void whlp_set_font(WHLP h, int font_id); void whlp_text(WHLP h, char *text); void whlp_start_hyperlink(WHLP h, WHLP_TOPIC target); void whlp_end_hyperlink(WHLP h); - +void whlp_tab(WHLP h); |