summaryrefslogtreecommitdiff
path: root/winhelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'winhelp.h')
-rw-r--r--winhelp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winhelp.h b/winhelp.h
index d8f92e5..61472a4 100644
--- a/winhelp.h
+++ b/winhelp.h
@@ -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);