From 27780e1a068c876806a15e0b80ce98574255429a Mon Sep 17 00:00:00 2001 From: Thomas Thurman Date: Thu, 29 Oct 2009 15:49:22 -0400 Subject: add 'type' attr; fix typo --- doc/cowbell/cowbell.docbook.xml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/doc/cowbell/cowbell.docbook.xml b/doc/cowbell/cowbell.docbook.xml index 3a5d428e..1350d525 100644 --- a/doc/cowbell/cowbell.docbook.xml +++ b/doc/cowbell/cowbell.docbook.xml @@ -345,15 +345,32 @@ button.above { background-image: url('above.png'); } - The attributes fall into three groups: + The attributes fall into four groups: Power attributes say whether a particular action is possible. State attributes say whether the frame is in a particular state. + The type attribute gives information about the type of a frame's window. Metadata attributes give simple information about the rendering application. + + The possible values for the + type + attribute are: + normal, + dialog, + modal-dialog, + utility, + menu, and + border. + (It can theoretically also be + unknown, + but this should never happen in practice.) + + + The metadata attributes are: @@ -866,7 +883,7 @@ button.above { background-image: url('above.png'); } It has always been the intention to design a method of styling window borders using CSS which can be adopted by - multple window managers. Mutter is an obvious candidate, + multiple window managers. Mutter is an obvious candidate, but KWin and others could also be fertile targets for ports. -- cgit v1.2.1