Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/nwc24demo/include/
DMsgViewer.h71 MB_STATE_MSG_CONTENT, // View message contents enumerator
/RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerUpdate.c71 case MB_STATE_MSG_CONTENT: UpdateMsgContent( input ); break; in Update()
376 g_state = MB_STATE_MSG_CONTENT; in UpdateRecvBox()
532 g_state = MB_STATE_MSG_CONTENT; in UpdateSendBox()
731 g_state = MB_STATE_MSG_CONTENT; in UpdateDeleteMsg()
768 g_state = MB_STATE_MSG_CONTENT; in UpdateDeleteMsg()
DMsgViewerRender.c101 if ( g_state == MB_STATE_MSG_CONTENT && g_numMsgs[mbType] != 0 ) in Render()
250 if ( g_state == MB_STATE_MSG_CONTENT ) in RenderMsgContent()