logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

set_window_title - Sets the window title of the Allegro program.

Description

       On  platforms that are capable of it, this routine alters the window title for your Allegro program. Note
       that Allegro cannot set the window title when running in a DOS box under Windows. Example:

          set_window_title("Allegro rules!");

Name

       set_window_title - Sets the window title of the Allegro program.

See Also

set_close_button_callback(3alleg4), set_uformat(3alleg4), exunicod(3alleg4)

Allegro                                           version 4.4.3                        set_window_title(3alleg4)

Synopsis

#include<allegro.h>voidset_window_title(constchar*name);

See Also