[gtk+] Make new state flags show up in the docs



commit 48777cb656f7a495c873ae2e423b5afe26017269
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Feb 1 22:52:24 2013 -0500

    Make new state flags show up in the docs

 gtk/gtkenums.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 9264d9f..2efee9d 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -860,8 +860,8 @@ typedef enum
  * @GTK_STATE_FLAG_INCONSISTENT: Widget is inconsistent.
  * @GTK_STATE_FLAG_FOCUSED: Widget has the keyboard focus.
  * @GTK_STATE_FLAG_BACKDROP: Widget is in a background toplevel window.
- * @GTK_STATE_FLAG_LTR: Widget is in left-to-right text direction
- * @GTK_STATE_FLAG_RTL: Widget is in right-to-left text direction
+ * @GTK_STATE_FLAG_DIR_LTR: Widget is in left-to-right text direction. Since 3.8
+ * @GTK_STATE_FLAG_DIR_RTL: Widget is in right-to-left text direction. Since 3.8
  *
  * Describes a widget state. Widget states are used to match the widget
  * against CSS pseudo-classes. Note that GTK extends the regular CSS



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