Module v.g.notification

Part of vmc.gtk

Pynotify-related utilities and methods
Function check_if_initted Initializes pynotify in case it wasn't initted
Function show_normal_notification_posix Attach a notification to widget
Function show_error_notification_posix Attach an error notification to widget
Function show_normal_notification_win Undocumented
Function show_error_notification_win Undocumented
def check_if_initted():
Initializes pynotify in case it wasn't initted
def show_normal_notification_posix(widget, title, message, error=False, expires=True):

Attach a notification to widget

Notification with title as title and message as message, if error is True, show an error notification
def show_error_notification_posix(widget, title, message, expires=True):

Attach an error notification to widget

See show_normal_notification
def show_normal_notification_win(widget, title, message, error=False):
Undocumented
def show_error_notification_win(widget, title, message):
Undocumented
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.