newt_draw_root_text
Opis
void newt_draw_root_text ( int left, int top, string text )Displays the string text at the position indicated.
Parametry
leftColumn number
Notatka: If left is negative, the position is measured from the opposite side of the screen.
topLine number
Notatka: If top is negative, the position is measured from the opposite side of the screen.
textText to display.
Przykłady
| Poprzedni | Spis treści | Następny |
| newt_draw_form | Początek rozdziału |