[pygtk] Adjustment in GtkProgressBar?
mpj17
mpj17@student.canterbury.ac.nz
Mon, 24 Jul 2000 06:12:50 +0000
> Is there a way to get the adjustment from a GtkProgressBar? I
> need to do this, but, looking at gtk.py, i don't see how. In C,
> it's just a member of GtkProgress, but i don't see that or an
> accessor method in PyGtk.
Not that I know of. If you look at the "configure", "set_value" and
"get_value" methods of GtkProgress you can probably do all that you
want.
--
Michael JasonSmith http://www.cosc.canterbury.ac.nz/~mpj17/