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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file pdock-0.1.1.tar.gz.
File metadata
- Download URL: pdock-0.1.1.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0635d2366c744a0a2421b6e2fd5899ba93afbc34e8fa38e59189f51703d28a7
|
|
| MD5 |
91d629d3dbd9b84782732ecf161c8ff3
|
|
| BLAKE2b-256 |
1ff9278224f2b4e1f650ca6ec00a563fd4ae98f465498606172359777e10b5aa
|