![]() |
![]() |
![]() |
plank Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#define PLANK_DRAWING_TYPE_HOVER_THEME
PlankDrawingHoverTheme * plank_drawing_hover_theme_new (const gchar *name
);
struct PlankDrawingHoverTheme;
struct PlankDrawingHoverThemeClass;
GObject +----PlankServicesPreferences +----PlankDrawingTheme +----PlankDrawingHoverTheme
#define PLANK_DRAWING_TYPE_HOVER_THEME (plank_drawing_hover_theme_get_type ())
The type for PlankDrawingHoverTheme.
PlankDrawingHoverTheme * plank_drawing_hover_theme_new (const gchar *name
);
|
struct PlankDrawingHoverThemeClass { PlankDrawingThemeClass parent_class; };
The class structure for PLANK_DRAWING_TYPE_HOVER_THEME
. All the fields in this structure are private and should never be accessed directly.
PlankDrawingThemeClass |
the parent class structure |