On Tue, 2009-05-26 at 10:51 -0400, Kris Warkentin wrote: > Within the m_zone there are 3 columns. The left is calendar and app > links, the right is web services and the middle has all the recently > played media. > > Forgive me if this is a dumb question but what is running and > controlling the display in those columns? Are they individual apps or > some sort of plugin or what? I'm specifically interested in the > middle column but I'm generally curious about the overall architecture > of the menu.
The basic architecture of the m_zone is that there are three columns, each of which are filled with tiles. The calender/todo information is read from the Evolution Data Server. The recent files pane is read from the GTK+ Recent Documents framework, which uses the Freedesktop desktop bookmark spec[1]. The social panel is read from Mojito[2]. If you want your application to add documents to the middle pane then you want to look at the GtkRecentManager object in GTK+, or [1] if you are not using GTK+. Ross [1] http://www.freedesktop.org/wiki/Specifications/desktop-bookmark-spec [2] http://moblin.org/projects/mojito -- Ross Burton mail: [email protected] jabber: [email protected] www: http://burtonini.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
