Package advene :: Package gui :: Module widget
[hide private]
[frames] | no frames]

Module widget

source code

Reusable widgets.

Note that, contrary to a common pattern found in the Advene sources (where the real widget is stored as the self.widget attribute), each of the widgets defined in this module is a gtk.Widget.

Documentation: http://www.tortall.net/mu/wiki/CairoTutorial

http://www.pygtk.org/pygtk2reference/class-pangocairocairocontext.html http://www.nabble.com/Image-Manipulation-under-pyGTK-t3484319.html http://lists.freedesktop.org/archives/cairo/2007-February/009810.html http://www.tortall.net/mu/wiki/CairoTutorial#understanding-text http://nzlinux.virtuozzo.co.nz/blogs/2005/08/18/using-pangocairo/ http://laszlok2.blogspot.com/2006/05/prince-of-cairo_28.html

Classes [hide private]
  GenericColorButtonWidget
Widget emulating a color button widget
  AnnotationWidget
Widget representing an annotation
  AnnotationTypeWidget
Widget representing an annotation type
  TagWidget
Widget representing a tag
  TimestampMarkWidget
Widget representing an timestamp mark (for note-taking view)
  AnnotationRepresentation
Representation for an annotation.
  RelationRepresentation
Representation for a relation.
  TimestampRepresentation
Representation of a timestamp.
Variables [hide private]
  active_color = gtk.gdk.color_parse('#fdfd4b')