newt_draw_root_text
Displays the string text at the position indicated
&reftitle.description;
voidnewt_draw_root_text
intleft
inttop
stringtext
Displays the string text at the position indicated.
&reftitle.parameters;
left
Column number
If left is negative, the position is measured from the opposite side of the screen.
top
Line number
If top is negative, the position is measured from the opposite side of the screen.
text
Text to display.
&reftitle.returnvalues;
&return.void;
&reftitle.examples;
A newt_draw_root_text example
This code demonstrates drawing of titles in the both corners of the screen.
]]>
&reftitle.seealso;
newt_push_help_line
newt_pop_help_line