On Sat, 2009-09-19 at 19:05 +0800, Cjacker wrote: > But as there are too many properties in WebView/WebSettings, these > four functions are not enough to support all these properties. > So I decide to implement it in a generic way, now, I add > "webObjectSet<Type>Property" to support it. > It should be flexible and enough to support almost all those > properties.
Uh, did you find the "Attributes" file in glib? I haven't looked at the C docs of webkit, but we do have support for the names attributes. In fact, if the widget supports many named attributes, it's sufficient to just bind those instead of having individual set* and get* functions. Cheers, Axel. ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Gtk2hs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel
