Notification dialog functions
A notification dialog has a subject and icon.
dialog_create_notification()
Create a notification dialog.
dialog_set_notification_content_locked()
Set whether the content is locked in a notification dialog.
dialog_set_notification_content_selectable()
Set whether the content is selectable in a notification dialog.
dialog_set_notification_end_date_format()
Set the end-date format of a notification dialog.
dialog_set_notification_end_date_format_elapsed()
Set the end-date format of elapsed time of a notification dialog.
dialog_set_notification_end_date_time()
Set the end date/time of a notification dialog.
dialog_set_notification_icon()
Set the icon of a notification dialog.
dialog_set_notification_message_has_emoticons()
Set whether the message text has emoticons.
dialog_set_notification_message_text()
Set the message text of a notification dialog.
dialog_set_notification_start_date_format()
Set the start-date format of a notification dialog.
dialog_set_notification_start_date_format_elapsed()
Set the start-date format of elapsed time of a notification dialog.
dialog_set_notification_start_date_time()
Set the start date/time of a notification dialog.
dialog_set_notification_subject_text()
Set the subject text of a notification dialog.
Parent topic:
Functions in dialog.h