summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2010-11-04 12:11:54 -0400
committerOwen W. Taylor <otaylor@fishsoup.net>2010-11-18 09:47:57 -0500
commited2fbcd13adb58d851b53b6437c4680acf6140cf (patch)
tree198b0e00e38c6cf6299640852f8bdfb0a172076b /doc
parent9f4942e9a7d1fa06c6972a69eb386ff0075d3128 (diff)
downloadmutter-ed2fbcd13adb58d851b53b6437c4680acf6140cf.tar.gz
Add frame type for attached modal dialogs
Add a new frame type META_FRAME_TYPE_ATTACHED which is used for attached modal dialogs. The theme format version is bumped to 3.2, and attached windows can have borders defined in a metacity-theme-3.xml as: <window version=">= 3.2" type="attached" style_set="[name]"/> If no style is defined for "attached", drawing will fall back to the "border" type. https://bugzilla.gnome.org/show_bug.cgi?id=592382
Diffstat (limited to 'doc')
-rw-r--r--doc/theme-format.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/theme-format.txt b/doc/theme-format.txt
index b23e6acdb..0a07ce4b9 100644
--- a/doc/theme-format.txt
+++ b/doc/theme-format.txt
@@ -22,6 +22,14 @@ 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.2
+========================================
+
+A new window type 'attached' is added for modal dialogs which are
+attached to their parent window. (When the attach_modal_dialogs preference
+is turned on.) If no style is defined for the 'attached' window type,
+the 'border' window type will be used instead.
+
New Features in Theme Format Version 3.1
========================================