Searched refs:text (Results 1 – 8 of 8) sorted by relevance
| /RevoEX-2.1/man/en_US/CSS/ |
| D | titles.css | 11 text-decoration : none; 17 text-decoration : none; 23 text-decoration : underline; 29 text-decoration : underline; 86 text-decoration : underline; 133 text-align : right; 140 text-align : right;
|
| D | rex.css | 65 text-align : left;
|
| /RevoEX-2.1/include/revolution/nwc24/ |
| D | NWC24Msg.h | 298 NWC24Err NWC24SetMsgText ( NWC24MsgObj* obj, const char* text, u32 size, 301 NWC24Err NWC24SetMsgTextPublic ( NWC24MsgObj* obj, const u16* text, u32 length, 306 const u16* text, u32 textLen, 333 NWC24Err NWC24GetMsgTextPtr ( const NWC24MsgObj* obj, const char** text ); 356 NWC24Err NWC24ReadMsgTextPublic ( const NWC24MsgObj* obj, u16* text, u32* length,
|
| /RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/ |
| D | MsgViewerUpdate.c | 97 char* text; in GetMsgData() local 158 text = MEMAllocFromAllocator( &DemoAllocator1, textSize ); in GetMsgData() 160 err = NWC24ReadMsgText( &msgObj, text, textSize, &charset, &encoding ); in GetMsgData() 163 text[0] = '\0'; in GetMsgData() 171 (void)memcpy( msgData->text, text, textSize ); in GetMsgData() 172 msgData->text[textSize] = '\0'; in GetMsgData() 174 MEMFreeToAllocator( &DemoAllocator1, text ); in GetMsgData()
|
| D | MsgViewerRender.c | 529 char* pt = msgData->text; in PrintBodyText()
|
| /RevoEX-2.1/build/demos/nwc24demo/include/ |
| D | MsgViewer.h | 90 char text[NWC24MSG_MAX_BODYSIZE]; member
|
| /RevoEX-2.1/man/en_US/nwc24/tools/NWC24Editor/ |
| D | NWC24Editor.css | 47 text-align: left;
|
| /RevoEX-2.1/docs/ |
| D | NWC24MessageBoxEditor.txt | 97 * Description of the text/menu box at the bottom of the window
|