From 545d4aa9fad7e4c79afa9519f9d5791268ff653a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 21 Aug 2015 15:35:58 +0200 Subject: controls can be clicked without being hovered MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/info/mds.texinfo | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index aa7f440..ed1f074 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -12522,6 +12522,38 @@ controls to mark that they have focus, under that condition that the button is toggled and is being clicked. +@item button-background-hover-change +The background colour on buttons and button-like +controls, under the condition that the button is +being clicked. + +@item button-foreground-hover-change +The colour on text on buttons and button-like +controls, under the condition that the button is +being hovered and clicked. + +@item button-aura-hover-change +The colour on aura around buttons and button-like +controls to mark that they have focus, under the +condition that the button is being hovered and +clicked. + +@item button-background-toggled-hover-change +The background colour on buttons and button-like +controls, under that condition that the button +is toggled and is being hovered and clicked. + +@item button-foreground-toggled-hover-change +The colour on text on buttons and button-like +controls, under that condition that the button +is toggled and is being hovered and clicked. + +@item button-aura-toggled-hover-change +The colour on aura around buttons and button-like +controls to mark that they have focus, under that +condition that the button is toggled and is being +hovered and clicked. + @item input-background The background colour on text-input components, such as comboboxes and text-fields, as well as @@ -12817,6 +12849,57 @@ the condition that the box is in intermediate mode, that is, paritally checked and is being clicked. +@item option-background-hover-change +The background colour for the box on checkboxes +and radioboxes, under the condition that the box +is not checked but is being hovered and clicked. + +@item option-foreground-hover-change +The colour on text for checkboxes and radioboxes, +under the condition that the box is not checked +but is being hovered and clicked. + +@item option-aura-hover-change +The colour of the aura around checkboxes and +radioboxes to mark them as having focus, under +the condition that the box is not checked but +is being hovered and clicked. + +@item option-background-active-hover-change +The background colour for the box on checkboxes +and radioboxes, under the condition that the box +is checked and is being hovered and clicked. + +@item option-foreground-active-hover-change +The colour on text for checkboxes and radioboxes, +under the condition that the box is checked and +is being hovered and clicked. + +@item option-aura-active-hover-change +The colour of the aura around checkboxes and +radioboxes to mark them as having focus, under +the condition that the box is checked and is +being hovered and clicked. + +@item option-background-intermediate-hover-change +The background colour for the box on checkboxes +and radioboxes, under the condition that the box +is in intermediate mode, that is, paritally checked +and is being hovered and clicked. + +@item option-foreground-intermediate-hover-change +The colour on text for checkboxes and radioboxes, +under the condition that the box is in intermediate +mode, that is, paritally checked, and is being +hovered and clicked. + +@item option-aura-intermediate-hover-change +The colour of the aura around checkboxes and +radioboxes to mark them as having focus, under +the condition that the box is in intermediate +mode, that is, paritally checked and is being +hovered and clicked. + @item tabpane-background @item tabpane-frame @item tabgroup-background -- cgit v1.2.3-70-g09d2