Hi Victor, many activities would use a gtk.DrawingArea which can be drawn on using Cairo. Or else a container widget like gtk.VBox or gtk.HBox to which other widgets will be added.
You can find a complete PyGTK reference here: http://www.pygtk.org/pygtk2reference/ Note that some activities use types referred to as HippoCanvas etc. The Hippo widgets are pretty much deprecated in favor of standard PyGTK widgets (see the Hippo wiki page). Best, Wade On Jan 15, 2008 5:12 AM, Victor Lazzarini <[EMAIL PROTECTED]> wrote: > Hi everyone, > > what is the type expected by Activity.set_canvas(). Is there a > general-purpose canvas widget for structured graphics in > sugar (a la Tkinter canvas) ? Where should I be looking for > reference documentation? > > Thanks > > Victor > Victor Lazzarini > Music Technology Laboratory > Music Department > National University of Ireland, Maynooth > > _______________________________________________ > Devel mailing list > [email protected] > http://lists.laptop.org/listinfo/devel >
_______________________________________________ Devel mailing list [email protected] http://lists.laptop.org/listinfo/devel
