diffing dir...
Fri Oct 22 17:26:38 EDT 2010 Andy Stewart <laz...@gm...>
* New GTK+2.22 attr : iconViewItemOrientation
Ignore-this: 32e0f13d23c2ed7e0ff13cac9054476f
{
hunk ./gtk/Graphics/UI/Gtk/ModelView/IconView.chs 128
+#if GTK_CHECK_VERSION(2,22,0)
+ iconViewItemOrientation,
+#endif
hunk ./gtk/Graphics/UI/Gtk/ModelView/IconView.chs 979
+#if GTK_CHECK_VERSION(2,22,0)
+-- | The item-orientation property specifies how the cells (i.e. the icon and the text) of the item are
+-- positioned relative to each other.
+-- [_$_]
+-- Default value: 'OrientationVertical'
+--
+-- * Available since Gtk+ version 2.22
+--
+iconViewItemOrientation :: IconViewClass self => Attr self Orientation
+iconViewItemOrientation = newAttrFromEnumProperty "item-orientation"
+ {# call pure unsafe gtk_orientation_get_type #}
+#endif
+
}
|