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

Implementation of class TListBox and TListBoxData. More...

#include <owl/pch.h>
#include <owl/listbox.h>
#include <stdlib.h>
#include <vector>

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::IMPLEMENT_STREAMABLE1 (TListBox, TControl)
 

Detailed Description

Implementation of class TListBox and TListBoxData.

Definition in file listbox.cpp.

Macro Definition Documentation

◆ MULTIPLESEL

#define MULTIPLESEL   (LBS_MULTIPLESEL | LBS_EXTENDEDSEL)

Definition at line 24 of file listbox.cpp.