On Thu, 2009-06-04 at 16:39 +0400, Michael Elfimov wrote: > Suppose i wants to write new application for Moblin, and i wants to > use that stylish vusial elements from m_zone etc. How i can do this > (Python binding is prefered)?
most of the UI of the Netbook user experience is done with NBTK, the "netbook toolkit". it does not have python bindings because there currently aren't up to date python bindings for Clutter either. NBTK provides CSS-based styling for Clutter actors, layout managers and other features; it also provides GTK+ widgets that fit the visual style for applications using both Clutter and GTK+. unlike Clutter, though, NBTK does not provide API or ABI guarantees at this point. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer | [email protected] Intel Open Source Technology Center | http://oss.intel.com _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
