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

Provides BNotification class and the notification_type enum. More...

Classes

class  BNotification
 Construct system-default notifications to be displayed to the user. More...
 

Enumerations

enum  notification_type {
  B_INFORMATION_NOTIFICATION ,
  B_IMPORTANT_NOTIFICATION ,
  B_ERROR_NOTIFICATION ,
  B_PROGRESS_NOTIFICATION
}
 

Detailed Description

Provides BNotification class and the notification_type enum.

Enumeration Type Documentation

◆ notification_type

Enumerator
B_INFORMATION_NOTIFICATION 

Information type.

This will have the notification appear with a grey side bar.

Since
Haiku R1
B_IMPORTANT_NOTIFICATION 

Important type.

This will have the notification appear with a blue side bar.

Since
Haiku R1
B_ERROR_NOTIFICATION 

Error type.

This will have the notification appear with a red side bar.

Since
Haiku R1
B_PROGRESS_NOTIFICATION 

Progress type.

This will have the notification appear with a progress bar.

Since
Haiku R1