wintitle

BAP Online Manuals : Library Reference : Library by Name : wintitle
Previous: wait
Next: write

6.2.138. wintitle

changes the title bar of a window

SYNOPSIS

INCLUDE 'winlib.h'
wintitle(" Demo Window ")

SYNTAX

wintitle(Title) (i)

ARGUMENTS

string(Title) new title of the

DESCRIPTION

Sets the window title of the current window to the text specified by Title.

EXAMPLE

makewindow(X,10,10,50,20,"nothing"),
readln(_),
wintitle("something"),
readln(_),
removewindow.

ERRORS

No runtime errors.

LAYERS

prolog-process, client-server, object

RELATED PREDICATES

makewindow


BAP Online Manuals : Library Reference : Library by Name : wintitle
Previous: wait
Next: write