From 48777cb656f7a495c873ae2e423b5afe26017269 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 1 Feb 2013 22:52:24 -0500 Subject: [PATCH] Make new state flags show up in the docs --- gtk/gtkenums.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index 9264d9f01a..2efee9d5ee 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