BAlert class definition and support enums. More...
Classes | |
class | BAlert |
The BAlert class defines a modal alert dialog which displays a short message and provides a set of labeled buttons that allow the user to respond. More... | |
Enumerations | |
enum | alert_type { B_EMPTY_ALERT = 0, B_INFO_ALERT, B_IDEA_ALERT, B_WARNING_ALERT, B_STOP_ALERT } |
Type of alert. More... | |
enum | button_spacing { B_EVEN_SPACING = 0, B_OFFSET_SPACING } |
Method of spacing of buttons in alerts. More... | |
BAlert class definition and support enums.