|
Cairo-Dock 2.4.0~1
|
Definition of a Hiding Effect backend (used to provide an animation when the docks hides/shows itself). More...
Data Fields | |
| const gchar * | cDisplayedName |
| translated name of the effect | |
| gboolean | bCanDisplayHiddenDock |
| whether the backend can display the dock even when it's hidden | |
| void(* | pre_render )(CairoDock *pDock, double fOffset, cairo_t *pCairoContext) |
| function called before the icons are drawn (cairo) | |
| void(* | pre_render_opengl )(CairoDock *pDock, double fOffset) |
| function called before the icons are drawn (opengl) | |
| void(* | post_render )(CairoDock *pDock, double fOffset, cairo_t *pCairoContext) |
| function called afer the icons are drawn (cairo) | |
| void(* | post_render_opengl )(CairoDock *pDock, double fOffset) |
| function called afer the icons are drawn (opengl) | |
| void(* | init )(CairoDock *pDock) |
| function called when the animation is started. | |
Definition of a Hiding Effect backend (used to provide an animation when the docks hides/shows itself).