kiwi.ui.gadgets.FadeOut(gobject.GObject) class documentationkiwi.ui.gadgets
(View In Hierarchy)
I am a helper class to draw the fading effect of the background Call my methods start() and stop() to control the fading.
| Method | __init__ | Undocumented |
| Method | start | Schedules a start of the countdown. @param color: initial background color @returns: True if we could start, False if was already in progress |
| Method | stop | Stops the fadeout and restores the background color |
| Method | _merge_colors | Change the background of widget from src_color to dst_color in the number of steps specified |
| Method | _start_merging | Undocumented |
Change the background of widget from src_color to dst_color in the number of steps specified