Scilab 6.0.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
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)
History
Версия | Описание |
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 >> |