1set_window_title(3)             Allegro manual             set_window_title(3)
2
3
4

NAME

6       set_window_title - Sets the window title of the Allegro program.
7

SYNOPSIS

9       #include <allegro.h>
10
11
12       void set_window_title(const char *name);
13

DESCRIPTION

15       On  platforms  that  are  capable of it, this routine alters the window
16       title for your Allegro program. Note that Allegro cannot set the window
17       title when running in a DOS box under Windows. Example:
18
19          set_window_title("Allegro rules!");
20
21

SEE ALSO

23       set_close_button_callback(3), set_uformat(3), exunicod(3)
24
25
26
27Allegro                          version 4.2.2             set_window_title(3)
Impressum