UI for notifier.
More...
|
| def | __init__ (self, parent, gui, options) |
| |
| def | addNotifier (self) |
| |
| def | update (self) |
| |
| def | cleanup (self) |
| |
| def | close (self) |
| |
| def | OnToggleArchiveClick (self) |
| |
| def | __init__ (self, parent, gui, options) |
| |
| def | setup (self) |
| |
| def | initWidget (self) |
| |
| def | addMenu (self, menu, label="-") |
| |
| def | open (self) |
| |
| def | close (self) |
| |
| def | genericView (self, parent, value) |
| |
| def | numberView (self, parent, value) |
| |
| def | stringView (self, parent, value) |
| |
| def | dictView (self, parent, value) |
| |
| def | iterView (self, parent, value) |
| |
|
|
| now |
| |
|
| displayed |
| |
|
| firstrun |
| |
|
| notifier |
| |
|
| gui |
| |
|
| parent |
| |
|
| height |
| |
|
| variables |
| |
|
| notifier |
| |
|
| colours |
| |
|
| fonts |
| |
|
| images |
| |
|
| wrap |
| |
|
| canvas |
| |
|
| widget |
| |
|
| yScroller |
| |
|
| xScroller |
| |
|
| widgets |
| |
|
| gridrow |
| |
§ __init__()
| def TkNotifier.TkNotifier.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
gui, |
|
|
|
options |
|
) |
| |
Initializes TkNotifier object
@param parent
@param gui
@param options
§ addNotifier()
| def TkNotifier.TkNotifier.addNotifier |
( |
|
self | ) |
|
§ cleanup()
| def TkNotifier.TkNotifier.cleanup |
( |
|
self | ) |
|
remove notices after 10 seconds
§ close()
| def TkNotifier.TkNotifier.close |
( |
|
self | ) |
|
§ OnToggleArchiveClick()
| def TkNotifier.TkNotifier.OnToggleArchiveClick |
( |
|
self | ) |
|
action - toglle notification archive
§ update()
| def TkNotifier.TkNotifier.update |
( |
|
self | ) |
|
callback to push notifications
The documentation for this class was generated from the following file: