Difference between revisions of "0.84/Platform Components"

From Sugar Labs
Jump to navigation Jump to search
(New page: The Sugar Platform is a set of versioned components on which activity authors can rely when targeting their activities to run on a particular Sugar version. Activity authors can expect to...)
 
Line 9: Line 9:
 
! API docs
 
! API docs
 
! Notes
 
! Notes
 +
|-
 +
| [http://www.gtk.org/ Gtk+]
 +
| 2.16
 +
| http://www.gtk.org/documentation.html
 +
| Should we split this in glib, gobject, gio, etc?
 +
|-
 +
| [http://projects.gnome.org/evince Evince]
 +
| 2.26
 +
| http://library.gnome.org/devel/libevview/unstable http://library.gnome.org/devel/libevdocument/unstable/
 +
| Should we split this in libevview and libevdocument?
 
|-
 
|-
 
| PyGObject
 
| PyGObject
Line 19: Line 29:
 
| http://www.pygtk.org/docs/pygtk/index.html
 
| http://www.pygtk.org/docs/pygtk/index.html
 
| API link outdated
 
| API link outdated
|-
 
| [http://projects.gnome.org/evince evince]
 
| 2.26
 
| ??
 
 
|-
 
|-
 
|}
 
|}
  
 
[http://library.gnome.org/devel/platform-overview/nightly GNOME platform]
 
[http://library.gnome.org/devel/platform-overview/nightly GNOME platform]

Revision as of 07:20, 3 March 2009

The Sugar Platform is a set of versioned components on which activity authors can rely when targeting their activities to run on a particular Sugar version.

Activity authors can expect to find the next components in a system running Sugar 0.84:

Name Version API docs Notes
Gtk+ 2.16 http://www.gtk.org/documentation.html Should we split this in glib, gobject, gio, etc?
Evince 2.26 http://library.gnome.org/devel/libevview/unstable http://library.gnome.org/devel/libevdocument/unstable/ Should we split this in libevview and libevdocument?
PyGObject 2.16 http://www.pygtk.org/docs/pygobject/index.html API link outdated
PyGTK 2.14 http://www.pygtk.org/docs/pygtk/index.html API link outdated

GNOME platform