<< titlepage text xlfont >>

Scilab Help >> Graphics > text > xinfo

xinfo

Sets the text displayed in the current window status bar (obsolete)

Syntax

xinfo(text)

Arguments

text

string displayed in the status bar

Description

xinfo() is obsolete and will be removed from Scilab 6.1. Please use gcf().info_message instead.

xinfo sets the text displayed in the status bar (panel at the bottom of windows) of the current window. It is a the equivalent of setting the info_message property for the current graphic window (given by gcf)

Examples

f = scf(100001);
xinfo("Figure ID: " + string(f.figure_id));

History

VersionDescription
6.0.2 xinfo() is tagged obsolete to be removed from Scilab 6.1. Please use gcf().info_message instead.

Report an issue
<< titlepage text xlfont >>