![]() |
![]() |
![]() |
Mutter Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
MetaTheme * meta_theme_get_current (void
); void meta_theme_set_current (const char *name
,gboolean force_reload
); MetaTheme * meta_theme_new (void
); void meta_theme_free (MetaTheme *theme
); gboolean meta_theme_validate (MetaTheme *theme
,GError **error
); MetaTheme * meta_theme_load (const char *theme_name
,GError **err
); MetaTheme;
The window decorations drawn by Metacity are described by files on disk known internally as "themes" (externally as "window border themes" on http://art.gnome.org/themes/metacity/ or "Metacity themes"). This file contains most of the code necessary to support themes; it does not contain the XML parser, which is in theme-parser.c.