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

Implementation of classes TPickListPopup & TPickListDialog. More...

#include <owl/pch.h>
#include <owl/picklist.h>
#include <owl/picklist.rh>

Go to the source code of this file.

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Functions

 owl::EV_COMMAND (IDOK, CmOK)
 
 owl::EV_COMMAND (IDCANCEL, CmCancel)
 
 owl::EV_LBN_DBLCLK (IDC_LIST, CmOK)
 

Detailed Description

Implementation of classes TPickListPopup & TPickListDialog.

Both of these modal windows allow the selction of a string from a list. TPickListPopup uses a lean popup menu for a quick selection, while TPickListDialog uses a listbox in a dialog with OK and Cancel buttons.

Definition in file picklist.cpp.