]> Pileus Git - ~andy/gtk/commitdiff
Document missing value in GtkStateFlags
authorCarlos Garnacho <carlosg@gnome.org>
Sat, 30 Oct 2010 17:53:43 +0000 (19:53 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:38:30 +0000 (15:38 +0100)
gtk/gtkenums.h

index 99a52cf3940c7db581532e52bb667cfd653358ac..44fa55b120fc1886fe6fc0f5f6f09fedbcbf1454 100644 (file)
@@ -565,6 +565,7 @@ typedef enum
  * @GTK_STATE_FLAG_ACTIVE: Widget is active.
  * @GTK_STATE_FLAG_PRELIGHT: Widget has a mouse pointer over it.
  * @GTK_STATE_FLAG_SELECTED: Widget is selected.
+ * @GTK_STATE_FLAG_INSENSITIVE: Widget is insensitive.
  * @GTK_STATE_FLAG_INCONSISTENT: Widget is inconsistent.
  * @GTK_STATE_FLAG_FOCUSED: Widget has the keyboard focus.
  *