Programming Guide



sm_sb_delete

Deletes a status bar section

int sm_sb_delete(int sectno);

sectno
The number of the section to be deleted.

Returns

Description

This function deletes a section of the status bar as specified by its index in the array of status bar sections. The initial section, the message line, always has section number 0 and cannot be deleted. Hence, the argument to this function must always be >=1.

See Also

sm_sb_format, sm_sb_gettext, sm_sb_insert, sm_sb_settext