summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2010-12-03 01:14:13 +0100
committerFlorian Müllner <fmuellner@gnome.org>2011-01-05 01:49:49 +0100
commit0a2bb1b71c5b6254a072d31538130b2bc0d4016d (patch)
tree570ac1f315d6893f803bc205fd670cb57ce29f38 /doc
parent4bc8c70c759140b8c3b4ac852563652cb1c60885 (diff)
downloadmutter-0a2bb1b71c5b6254a072d31538130b2bc0d4016d.tar.gz
theme: Add background functions for single buttons
With the existing background functions, single buttons can not be styled separately - on the left side, the style of the left button is picked, and the right button's style on the right side. As theme authors may want to add rounded corners to button groups as a whole, it makes sense to treat the case of a single button in a group differently. https://bugzilla.gnome.org/show_bug.cgi?id=635683
Diffstat (limited to 'doc')
-rw-r--r--doc/theme-format.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/theme-format.txt b/doc/theme-format.txt
index 0a07ce4b9..fbf5699c8 100644
--- a/doc/theme-format.txt
+++ b/doc/theme-format.txt
@@ -22,6 +22,12 @@ This document has separate sections for each format version. You may
want to read the document in reverse order, since the base features
are discussed under version 1.
+New Features in Theme Format Version 3.3
+========================================
+
+Add two additional button background functions - left_single_background and
+right_single_background - for button groups with just a single button.
+
New Features in Theme Format Version 3.2
========================================