[pygtk] Treeview
Neil Munro
neilmunro at gmail.com
Sat Dec 13 22:48:09 WST 2008
Hey, I'm developing an application for a university project, and I am
developing a gui for it, but I need a basic python program to actually
display the gui (that's all, it doesn't actually have to do anything) but I
need to use a treeview to display some data, all I wish to do is display
data like the Ubuntu Update Manager (assuming people use Ubuntu) I have
attached both my glade file and my python script to show what I am trying to
achieve, ultimately my goal may be a bit more complicated than I first make
it seem so I shall create a breif mock up how I intend my the tree view of
my GUI to look.
====================TreeVew====================
| Install | Name | Info |
|
| \/ | //Pidgin////////// |
[Info]| |
| \/ | //Banshee////// |
[info]| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
==============================================
Key
\/ = Check box
[?] = Button, where ? is button label
//???//////// = Progress bar where ??? is progress bar label
As you can see I'm attempting to embed other widgets inside a treeview, now
I know it can be done with check boxes, I can see it with ubuntu update
manager and sound juicer (my apologies for using examples that may not be
familiar with non-Linux pygtk developers).
Can it be done? If so, how can I quickly build it using glade and python
just so I can demonstrate gui designs before full implementation?
Many thanks
Neil Munro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.daa.com.au/pipermail/pygtk/attachments/20081213/1692eef8/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: WARP GUI Experiment.tar.bz2
Type: application/x-bzip2
Size: 3122 bytes
Desc: not available
Url : http://www.daa.com.au/pipermail/pygtk/attachments/20081213/1692eef8/attachment.bin
More information about the pygtk
mailing list