6 #ifndef _INC_cWndRichLog_H
7 #define _INC_cWndRichLog_H
14 #if defined(_WIN32) && ! defined(_MFC_VER) && ! defined(UNDER_CE)
20 :
public cWndRichEditCtrl
31 cWndRichLog(cWndHandle* pWndParent,
DLGID_t id);
33 virtual ~cWndRichLog(
void);
37 void SetupText( HFONT hFont,
COLORREF dwColorBack=RGB(0xFF,0xFF,0xFF),
COLORREF dwColorFore=RGB(0,0,0));
38 int SetLineText(
int iLine,
const GChar_t* pszText,
bool bCanUndo =
false );
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
#define WINHANDLE_NULL
HWND, HPEN, etc are NOT OS Handles. like HWND_DESKTOP. like HANDLEPTR_NULL. This is a WINAPI void* ha...
Definition: cOSHandle.h:23
UINT32 COLORREF
ABGR (high to low bits)
Definition: cVariantData.h:21
UINT DLGID_t
old window format this was a WORD, EX format this is UINT32.
Definition: cResDialog.h:68
int StrLen_t
the length of a string in chars (bytes for UTF8, wchar_t for UNICODE). or offset in characters....
Definition: StrConst.h:32
char GChar_t
My version of TCHAR, _TCHAR.
Definition: StrConst.h:26