AxWin3 - Heaps of bugfixes to RichText renderer
[tpg/acess2.git] / Usermode / Libraries / libaxwin3.so_src / include_exp / axwin3 / richtext.h
index 2a6c5ae..661c02b 100644 (file)
@@ -39,6 +39,7 @@ extern void   AxWin3_RichText_SetFont(tHWND Window, const char *FontName, int Poin
 extern void    AxWin3_RichText_SetCursorType(tHWND Window, int Type);
 extern void    AxWin3_RichText_SetCursorBlink(tHWND Window, int bBlink);
 extern void    AxWin3_RichText_SetCursorPos(tHWND Window, int Row, int Column);
+extern void    AxWin3_RichText_SendLine(tHWND Window, int Line, const char *Text);
 
 #endif
 

UCC git Repository :: git.ucc.asn.au