PlankDrawingHoverTheme

PlankDrawingHoverTheme — A themed renderer for hover windows.

Synopsis

#define             PLANK_DRAWING_TYPE_HOVER_THEME
PlankDrawingHoverTheme * plank_drawing_hover_theme_new  (const gchar *name);
struct              PlankDrawingHoverTheme;
struct              PlankDrawingHoverThemeClass;

Object Hierarchy

  GObject
   +----PlankServicesPreferences
         +----PlankDrawingTheme
               +----PlankDrawingHoverTheme

Description

Details

PLANK_DRAWING_TYPE_HOVER_THEME

#define PLANK_DRAWING_TYPE_HOVER_THEME (plank_drawing_hover_theme_get_type ())

The type for PlankDrawingHoverTheme.


plank_drawing_hover_theme_new ()

PlankDrawingHoverTheme * plank_drawing_hover_theme_new  (const gchar *name);

name :

 

struct PlankDrawingHoverTheme

struct PlankDrawingHoverTheme;

A themed renderer for hover windows.


struct PlankDrawingHoverThemeClass

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 parent_class;

the parent class structure