osx man page for set_window_title

Query: set_window_title

OS: osx

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

set_window_title(3alleg4)					  Allegro manual					 set_window_title(3alleg4)

NAME
set_window_title - Sets the window title of the Allegro program. SYNOPSIS
#include <allegro.h> void set_window_title(const char *name); 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!"); SEE ALSO
set_close_button_callback(3alleg4), set_uformat(3alleg4), exunicod(3alleg4) Allegro version 4.4.2 set_window_title(3alleg4)
Related Man Pages
exunicod(3alleg4) - centos
exunicod(3alleg4) - suse
exunicod(3alleg4) - netbsd
exunicod(3alleg4) - linux
exunicod(3alleg4) - mojave
Similar Topics in the Unix Linux Community
Change Console Title
set PROMPT_COMMAND for putty