Development Team/Almanac/sugar.graphics.notebook: Difference between revisions
New page: = Class: Notebook([http://www.pygtk.org/docs/pygtk/ gtk.Notebook]) = Sugar has its own notebook class that is built on top of gtk.Notebook. Use the sugar version so that you can access s... |
m moved Walter is a wanker 12/Almanac/sugar.graphics.notebook to Development Team/Almanac/sugar.graphics.notebook over redirect: revert |
||
| (9 intermediate revisions by 8 users not shown) | |||
| Line 1: | Line 1: | ||
{{Almanac}} | |||
= Class: Notebook([http://www.pygtk.org/docs/pygtk/ gtk.Notebook]) = | = Class: Notebook([http://www.pygtk.org/docs/pygtk/ gtk.Notebook]) = | ||
| Line 25: | Line 27: | ||
self.set_canvas(top_canvas) | self.set_canvas(top_canvas) | ||
</pre> | </pre> | ||
=== How do I do other standard operations on a sugar Notebook? === | |||
Most other work with the sugarized notebook can be done by using the [http://www.pygtk.org/docs/pygtk/class-gtknotebook.html gtk.Notebook] interface | |||