On Wed, Apr 29, 2009 at 03:41:37AM +0530, Sayamindu Dasgupta wrote: > Hello, > > At Sugarlabs we are interested in making a spreadsheet activity, and > we recently noticed that recent builds of Gnumeric expose quite a bit > of functionality via libspreadsheet. It's not just 'quite a bit' it is all of gnumeric. The actual gnumeric wrapper is actually pretty trivial.
> Is there any way in which libspreadsheet can be used to build a > standalone spreadsheet application ? I noticed wbc-gtk.h, but it seems > to return a already realized window, with toolbars and everything. Is > there something that I'm missing ? WorkbookControl the abstract base is meant to be the interface from the non-gui core out to the display. it's derived form, WorkbookControlGtk, is meant to manage a gtk front end. However, there is a fair amount of functionality built into wbcg. All of the menu actions and such. Pulling that apart would take a fair amount of work. Would it be sufficient to use a simplified xml file to build a smaller UI ? > (in a related note, I did a bit of ugly re-parenting from the window > returned by wbcg_toplevel, and got > http://dev.laptop.org/~sayamindu/spreadsheet/Screenshot.png) Neat. _______________________________________________ gnumeric-list mailing list gnumeric-list@gnome.org http://mail.gnome.org/mailman/listinfo/gnumeric-list