theme: Add tiled_left/tiled_right frame states

It may be desirable for theme authors to treat side-by-side tiled
windows differently, for instance to give the edge-touching border
a width of 0, so add additional frame states for tiled windows.

https://bugzilla.gnome.org/show_bug.cgi?id=637330
This commit is contained in:
Florian Müllner
2010-12-08 02:16:35 +01:00
parent 0a2bb1b71c
commit ed99d12e8b
7 changed files with 134 additions and 3 deletions

View File

@ -28,6 +28,10 @@ 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.
There are now additional frame states to style left/right tiled windows
differently ("tiled_left", "tiled_right", "tiled_left_and_shaded",
"tiled_right_and_shaded").
New Features in Theme Format Version 3.2
========================================