![]() |
![]() |
![]() |
Goffice Reference Manual | ![]() |
---|---|---|---|---|
#define GOG_THEME_TYPE #define GOG_THEME (o) #define IS_GOG_THEME (o) GType gog_theme_get_type (void); void gog_theme_fillin_style (GogTheme *theme, GogStyle *style, GogObject *obj, int ind, gboolean complete_overwrite); void gog_theme_register (GogTheme *theme, gboolean is_default); void gog_theme_register_file (char const *name, char const *file); GogTheme* gog_theme_lookup (char const *name); charconst * gog_theme_get_name (GogTheme const *theme); void gog_themes_init (void); void gog_themes_shutdown (void);
void gog_theme_fillin_style (GogTheme *theme, GogStyle *style, GogObject *obj, int ind, gboolean complete_overwrite);
Fill in the auto aspects of style
based on theme
's element for objects of
type/role similar to obj
with index ind
. If complete_overwrite
is used,
fillin the entire style, not just the auto portions.
void gog_theme_register (GogTheme *theme, gboolean is_default);
theme : |
|
is_default : |
void gog_theme_register_file (char const *name, char const *file);
name : |
|
file : |