Cairo-Dock 2.4.0~1
_CairoDockHidingEffect Struct Reference

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.

Detailed Description

Definition of a Hiding Effect backend (used to provide an animation when the docks hides/shows itself).


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines