OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Implements TCheckList and TCheckListItem. More...
#include <owl/pch.h>
#include <owl/checklst.h>
#include <owl/commctrl.h>
#include <owl/uihelper.h>
#include <string.h>
Go to the source code of this file.
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Macros | |
#define | MULTIPLESEL (LBS_MULTIPLESEL | LBS_EXTENDEDSEL) |
Functions | |
owl::DIAG_DECLARE_GROUP (OwlControl) | |
int | owl::SortCheckList (const void *a, const void *b) |
Variables | |
owl::EV_WM_LBUTTONDOWN | |
owl::EV_WM_CHAR | |
Implements TCheckList and TCheckListItem.
Definition in file checklst.cpp.
#define MULTIPLESEL (LBS_MULTIPLESEL | LBS_EXTENDEDSEL) |
Definition at line 27 of file checklst.cpp.