Gseos.SetStatusBarText
Previous  Top  Next

SetStatusBarText(strText)

Sets the text in the status bar of the GSEOS main window. The text is displayed in the right part of the status window, the left part is reserved for system messages. You can adjust the sizes of the message fields with the slider in the center of the status bar.

statusbar

ParameterDescription     
strTextThe text to display in the status bar.  

Returns
None

Example

import Gseos
Gseos.SetStatusBarText('STOL Log File: C:\\Gseos\\Prj\\Pluto\\Log')