OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
richedit.cpp File Reference

Implementation of class TRichEdit. More...

#include <owl/pch.h>
#include <owl/richedit.h>
#include <owl/filename.h>

Go to the source code of this file.

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Functions

 owl::EV_COMMAND (CM_EDITCUT, CmEditCut)
 
 owl::EV_COMMAND (CM_EDITCOPY, CmEditCopy)
 
 owl::EV_COMMAND (CM_EDITPASTE, CmEditPaste)
 
 owl::EV_COMMAND (CM_EDITDELETE, CmEditDelete)
 
 owl::EV_COMMAND (CM_EDITCLEAR, CmEditClear)
 
 owl::EV_COMMAND (CM_EDITUNDO, CmEditUndo)
 
 owl::EV_COMMAND_ENABLE (CM_EDITCUT, CeHasSelect)
 
 owl::EV_COMMAND_ENABLE (CM_EDITCOPY, CeHasSelect)
 
 owl::EV_COMMAND_ENABLE (CM_EDITDELETE, CeHasSelect)
 
 owl::EV_COMMAND_ENABLE (CM_EDITPASTE, CeEditPaste)
 
 owl::EV_COMMAND_ENABLE (CM_EDITCLEAR, CeEditClear)
 
 owl::EV_COMMAND_ENABLE (CM_EDITUNDO, CeEditUndo)
 
DWORD CALLBACK owl::RichEditStrmInWithIStream (DWORD_PTR dwCookie, LPBYTE pbBuff, LONG cb, LONG *pcb)
 
DWORD CALLBACK owl::RichEditStrmOutWithOstream (DWORD_PTR dwCookie, LPBYTE pbBuff, LONG cb, LONG *pcb)
 
 owl::IMPLEMENT_STREAMABLE1 (TRichEdit, TEditFile)
 

Variables

const int owl::MinPointSize = 6
 
const int owl::MaxPointSize = 128
 
const tchar owl::RichEditDllName [] = _T("RICHED32.DLL")
 
const tchar owl::RichEdit20DllName [] = _T("RICHED20.DLL")
 

Detailed Description

Implementation of class TRichEdit.

Definition in file richedit.cpp.