OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
checklst.cpp File Reference

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
 

Detailed Description

Implements TCheckList and TCheckListItem.

Definition in file checklst.cpp.

Macro Definition Documentation

◆ MULTIPLESEL

#define MULTIPLESEL   (LBS_MULTIPLESEL | LBS_EXTENDEDSEL)

Definition at line 27 of file checklst.cpp.