nyctergatis.com

Contact

Projects
Sysquake Remote Live
NME
PDF
Hike
Sudoku
GifBuilder
jpeglib for Palm OS
MySQL Client
Cross-GCC for Mac OS
NMEMFC.h
Go to the documentation of this file.
00001 
00038 /* License: new BSD license (see NME.h) */
00039 
00040 #ifndef __NMEMFC__
00041 #define __NMEMFC__
00042 
00043 #include "NME.h"
00044 #include "NMEStyle.h"
00045 
00046 #include <afxrich.h>
00047 
00053 typedef void (*NMEMFCLinkFun)(NMEConstText link, void *data);
00054 
00066 void NMEMFCSetRichText(CRichEditCtrl &c,
00067         char const *input, int inputLength = -1,
00068         bool replaceSel = FALSE,
00069         CHARFORMAT const *plainTextCharFormat = NULL,
00070         bool links = FALSE);
00071 
00083 void NMEMFCSetRichText(CRichEditCtrl &c,
00084         WCHAR const *input, int inputLength = -1,
00085         bool replaceSel = FALSE,
00086         CHARFORMAT const *plainTextCharFormat = NULL,
00087         bool links = FALSE);
00088 
00095 void NMEMFCEnLink(NMHDR const *pNMHDR, LRESULT* pResult,
00096         NMEMFCLinkFun linkFun, void *linkFunData = NULL);
00097 
00105 void NMEMFCLinkFunURL(NMEConstText link, void *data = NULL);
00106 
00107 #endif
Generated by Doxygen.
Copyright 2007-2013, Yves Piguet.
All rights reserved.