[gtk+] Update the docs for GtkCssChange
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Update the docs for GtkCssChange
- Date: Wed, 20 Dec 2017 13:46:11 +0000 (UTC)
commit 6042b829645c82b7bf2143f59283880ea3e915e9
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Dec 20 08:31:22 2017 -0500
Update the docs for GtkCssChange
The docs were out of sync with the flags we actually have.
gtk/gtkcsstypesprivate.h | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkcsstypesprivate.h b/gtk/gtkcsstypesprivate.h
index 9177467..0b73d10 100644
--- a/gtk/gtkcsstypesprivate.h
+++ b/gtk/gtkcsstypesprivate.h
@@ -100,10 +100,10 @@ typedef guint64 GtkCssChange;
* see @GTK_CSS_AFFECTS_FONT.
* @GTK_CSS_AFFECTS_BACKGROUND: The background rendering is affected.
* @GTK_CSS_AFFECTS_BORDER: The border styling is affected.
- * @GTK_CSS_AFFECTS_FONT: The font is affected and should be reloaded
- * if it was cached.
- * @GTK_CSS_AFFECTS_TEXT: Text rendering is affected.
+ * @GTK_CSS_AFFECTS_ICON_SIZE: Icon size is affected.
* @GTK_CSS_AFFECTS_TEXT_ATTRS: Text attributes are affected.
+ * @GTK_CSS_AFFECTS_TEXT_SIZE: Text size is affected.
+ * @GTK_CSS_AFFECTS_TEXT_CLIP: Text clipping is affected.
* @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
@@ -115,7 +115,8 @@ typedef guint64 GtkCssChange;
* on the allocated size of the element. Changes in these properties
* should cause a recomputation of the element's allocated size.
* @GTK_CSS_AFFECTS_POSTEFFECT: An effect is applied after drawing that changes
- * the drawing.
+ * @GTK_CSS_AFFECTS_TEXT: Affects anything related to text rendering.
+ * @GTK_CSS_AFFECTS_REDRAW: Affects anything that requires redraw.
*
* The generic effects that a CSS property can have. If a value is
* set, then the property will have an influence on that feature.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]