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

Definition of class TCheckBox. More...

#include <owl/private/defs.h>
#include <owl/button.h>
#include <owl/preclass.h>
#include <owl/posclass.h>

Go to the source code of this file.

Classes

class  owl::TCheckBox
 TCheckBox is a streamable interface class that represents a check box control. More...
 

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Enumerations

enum  { owl::BF_CHECKED = 0x01 , owl::BF_GRAYED = 0x02 , owl::BF_UNCHECKED = 0x00 }
 Check box and radio button objects use the button flag constants to indicate the state of a selection box. More...
 

Detailed Description

Definition of class TCheckBox.

This defines the basic behavior for all check boxes.

Definition in file checkbox.h.