Programming Guide |
Deletes a status bar section
int sm_sb_delete(int sectno);
sectno
- The number of the section to be deleted.
- 0 Success
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.
sm_sb_format, sm_sb_gettext, sm_sb_insert, sm_sb_settext