OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Implementation of class TListBoxView. More...
#include <owl/pch.h>
#include <owl/listboxview.h>
#include <owl/inputdia.h>
#include <owl/listboxview.rh>
#include <owl/docview.rh>
#include <owl/edit.rh>
#include <stdio.h>
Go to the source code of this file.
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Functions | |
owl::DIAG_DECLARE_GROUP (OwlDocView) | |
owl::EV_COMMAND (CM_EDITUNDO, CmEditUndo) | |
owl::EV_COMMAND (CM_EDITCUT, CmEditCut) | |
owl::EV_COMMAND (CM_EDITCOPY, CmEditCopy) | |
owl::EV_COMMAND (CM_EDITPASTE, CmEditPaste) | |
owl::EV_COMMAND (CM_EDITCLEAR, CmEditClear) | |
owl::EV_COMMAND (CM_EDITDELETE, CmEditDelete) | |
owl::EV_COMMAND (CM_EDITADD, CmEditAdd) | |
owl::EV_COMMAND (CM_EDITEDIT, CmEditItem) | |
owl::EV_NOTIFY_AT_CHILD (LBN_DBLCLK, CmEditItem) | |
owl::EV_NOTIFY_AT_CHILD (LBN_SELCHANGE, CmSelChange) | |
owl::IMPLEMENT_STREAMABLE2 (TListBoxView, TListBox, TView) | |
Variables | |
const tchar | owl::VirtualLastLineStr [] = _T("---") |
Implementation of class TListBoxView.
Definition in file listboxview.cpp.