APP-COMM-Capitel/capitel/source.os2/STATBAR.H

9 lines
187 B
C

#define SB_SETTEXT WM_USER
#define SetStatus(text) WinSendMsg( hwndStatusbar, SB_SETTEXT, \
(MPARAM)text, 0 );
void registerStatusbar( HAB );