Sets the text displayed in the current window status bar (obsolete)
xinfo(text)
string displayed in the status bar
![]() | 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)
| Версия | Описание |
| 6.0.2 | xinfo() is tagged obsolete to be removed from Scilab 6.1. Please use gcf().info_message instead. |