[gtk/style-prop-change: 1/2] css: Some updates to internal docs



commit 1932a50d3683f63b64cb9361b12969e1db65f34b
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Apr 18 18:04:58 2019 +0000

    css: Some updates to internal docs
    
    Minor corrections to the AFFECTS flags docs.

 gtk/gtkcsstypesprivate.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkcsstypesprivate.h b/gtk/gtkcsstypesprivate.h
index ece3703208..8f53d740c6 100644
--- a/gtk/gtkcsstypesprivate.h
+++ b/gtk/gtkcsstypesprivate.h
@@ -96,7 +96,7 @@ typedef guint64 GtkCssChange;
  * GtkCssAffects:
  * @GTK_CSS_AFFECTS_CONTENT: The content rendering is affected.
  *   This does not include things that affect the font. For those,
- *   see @GTK_CSS_AFFECTS_FONT.
+ *   see @GTK_CSS_AFFECTS_TEXT.
  * @GTK_CSS_AFFECTS_BACKGROUND: The background rendering is affected.
  * @GTK_CSS_AFFECTS_BORDER: The border styling is affected.
  * @GTK_CSS_AFFECTS_ICON_SIZE: Icon size is affected.
@@ -106,8 +106,7 @@ typedef guint64 GtkCssChange;
  *   attributes are not.
  * @GTK_CSS_AFFECTS_ICON: Fullcolor icons and their rendering is affected.
  * @GTK_CSS_AFFECTS_SYMBOLIC_ICON: Symbolic icons and their rendering is affected.
- * @GTK_CSS_AFFECTS_OUTLINE: The outline styling is affected. Outlines
- *   only affect elements that can be focused.
+ * @GTK_CSS_AFFECTS_OUTLINE: The outline styling is affected.
  * @GTK_CSS_AFFECTS_SIZE: Changes in this property may have an effect
  *   on the allocated size of the element. Changes in these properties
  *   should cause a recomputation of the element's allocated size.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]