From: Andy S. <And...@co...> - 2010-10-22 22:12:58
|
diffing dir... Fri Oct 22 17:11:40 EDT 2010 Andy Stewart <laz...@gm...> * New GTK+2.22 attr : expanderLabelFill Ignore-this: 4608c9d1ae55c98b27fcbfc300e26716 { hunk ./gtk/Graphics/UI/Gtk/Layout/Expander.chs 85 +#if GTK_CHECK_VERSION(2,22,0) + expanderLabelFill, +#endif hunk ./gtk/Graphics/UI/Gtk/Layout/Expander.chs 100 +import System.Glib.Properties hunk ./gtk/Graphics/UI/Gtk/Layout/Expander.chs 321 +#if GTK_CHECK_VERSION(2,22,0) +-- | Whether the label widget should fill all available horizontal space. +-- [_$_] +-- Default value: 'False' +-- +expanderLabelFill :: Attr Expander Bool +expanderLabelFill = newAttrFromBoolProperty "label-fill" +#endif + } |