Skip to main content

an experimental PyGTK docking implementation

Project description

pocdock is an experimental PyGTK docking implementation.

Example usage:

import gtk
import pdock

win = gtk.Window()
dock = pdock.Dock()
win.add(dock)
dock.add_item("item1", gtk.TextView(), "First item", "gtk-ok")
dock.add_item("item2", gtk.TextView(), "Second item", "gtk-apply")
win.show_all()

gtk.main()

Screenshots

To see it in action, have a look at CrunchyFrog’s screenshots (http://cf.andialbrecht.de/screenshots.html).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdock-0.1.1.tar.gz (20.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page