Loading...
Searching...
No Matches
Classes | Enumerations
PictureButton.h File Reference

BPictureButton class definition and support structures. More...

Classes

class  BPictureButton
 A button draw with a BPicture image instead of a text label. More...
 

Enumerations

enum  picture_button_behavior {
  B_ONE_STATE_BUTTON ,
  B_TWO_STATE_BUTTON
}
 

Detailed Description

BPictureButton class definition and support structures.

Enumeration Type Documentation

◆ picture_button_behavior

Enumerator
B_ONE_STATE_BUTTON 

Acts like a normal BButton, the value is set to B_CONTROL_ON when the button is being pressed and is set to B_CONTROL_OFF otherwise.

Since
BeOS R3
B_TWO_STATE_BUTTON 

Acts like a checkbox, the value alternates between B_CONTROL_ON and B_CONTROL_OFF each time the user presses and releases the button.

Since
BeOS R3