Added controls for applying suggested backgrounds and/or fonts from
2007-07-29 Denis Washington <denisw@svn.gnome.org> * data/appearance.glade: * appearance-themes.c: (theme_message_area_response_cb), (theme_message_area_update), (theme_selection_changed_cb), (themes_init), (themes_shutdown): * gedit-message-area.[ch]: * theme-util.h: Added controls for applying suggested backgrounds and/or fonts from metathemes. Copied over some code from gedit for the message area (GeditMessageArea). * Makefile.am: Added gedit-message-area.[ch]. svn path=/trunk/; revision=7921
This commit is contained in:
parent
23c161aa35
commit
35872177c1
8 changed files with 848 additions and 16 deletions
|
@ -27,6 +27,9 @@
|
|||
#define CURSOR_SIZE_KEY "/desktop/gnome/peripherals/mouse/cursor_size"
|
||||
#define LOCKDOWN_KEY "/desktop/gnome/lockdown/disable_theme_settings"
|
||||
#define BACKGROUND_KEY "/desktop/gnome/background/picture_filename"
|
||||
#define APPLICATION_FONT_KEY "/desktop/gnome/interface/font_name"
|
||||
#define DESKTOP_FONT_KEY "/apps/nautilus/preferences/desktop_font"
|
||||
#define MONOSPACE_FONT_KEY "/desktop/gnome/interface/monospace_font_name"
|
||||
|
||||
enum {
|
||||
COL_THUMBNAIL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue