Home
last modified time | relevance | path

Searched refs:MB_STATE_MSG_CONTENT (Results 1 – 3 of 3) sorted by relevance

/RevoEX-2.3/build/demos/nwc24demo/include/
DMsgViewer.h78 MB_STATE_MSG_CONTENT, // View message contents enumerator
/RevoEX-2.3/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerUpdate.c81 case MB_STATE_MSG_CONTENT: UpdateMsgContent( input ); break; in Update()
425 g_state = MB_STATE_MSG_CONTENT; in UpdateRecvBox()
529 g_state = MB_STATE_MSG_CONTENT; in UpdateSendBox()
679 g_state = MB_STATE_MSG_CONTENT; in UpdateDeleteMsg()
716 g_state = MB_STATE_MSG_CONTENT; in UpdateDeleteMsg()
DMsgViewerRender.c114 if ( g_state == MB_STATE_MSG_CONTENT && g_numMsgs[mbType] != 0 ) in Render()
267 if ( g_state == MB_STATE_MSG_CONTENT ) in RenderMsgContent()