Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
Control.h File Reference

BControl class definition and support enums. More...

Classes

class  BControl
 BControl is the base class for user-event handling objects. More...
 

Namespaces

namespace  BPrivate
 Internal or experimental API.
 

Enumerations

enum  {
  B_CONTROL_OFF = 0 ,
  B_CONTROL_ON = 1 ,
  B_CONTROL_PARTIALLY_ON = 2
}
 

Detailed Description

BControl class definition and support enums.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
B_CONTROL_OFF 

Control off. Value equal to 0.

Since
BeOS R3
B_CONTROL_ON 

Control on. Value equal to 1.

Since
BeOS R3