1al_append_native_text_log(3)                      al_append_native_text_log(3)
2
3
4

NAME

6       al_append_native_text_log - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_native_dialog.h>
10
11              void al_append_native_text_log(ALLEGRO_TEXTLOG *textlog,
12                 char const *format, ...)
13

DESCRIPTION

15       Appends  a  line  of  text to the message log window and scrolls to the
16       bottom (if the line would not be visible otherwise).  This  works  like
17       printf.  A line is continued until you add a newline character.
18
19       If  the  window  is  NULL  then this function will fall back to calling
20       printf.  This makes it convenient to support logging to a window  or  a
21       terminal.
22
23
24
25Allegro reference manual                          al_append_native_text_log(3)
Impressum