Programming Guide



sm_sb_gettext

Get contents of a status bar section

char* sm_sb_gettext(int sectno);

sectno
The number of the section being queried.

Returns

Description

This function gets the contents of a status bar section. The text returned is as shown on the status bar, and may differ from the text set with sm_sb_settext if that text contained formatting tokens.

See Also

sm_sb_settext