.\" Generated by the Allegro makedoc utility .TH set_window_title 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME set_window_title \- Sets the window title of the Allegro program.\& .SH SYNOPSIS .B #include .sp .B void set_window_title(const char *name); .SH 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: .nf set_window_title("Allegro rules!"); .fi .SH SEE ALSO .BR set_close_button_callback (3alleg4), .BR set_uformat (3alleg4), .BR exunicod (3alleg4)