Programming Guide



sm_sb_settext

Set contents of a status bar section

int sm_sb_settext(int sectno, char* text);

sectno
The number of the section to update

text
The text to place in that section

Returns

Description

This function assigns contents to a section of the status bar. The text specified as the second argument to this function may contain formatting tokens such as %A and %K. See the description of the JPL command msg for descriptions of the valid formatting and key value display tokens.

See Also

sm_sb_gettext