My
python file(progressbar.py) looks like the following: pbar
= gtk.ProgressBar() def
updateBar(percentage): class
ProgressBar:
align.add(pbar) My
C++ codes look like the following: for
( int percent = 0; percent < 100; percent++ )
if ( importModule == NULL )
Py_XDECREF(importModule); } I run the above C++ code from python by clicking a button.
The problem |
_______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list