Reputation: 53
I'm writing a python GUI for a downloader in windows. Currently I can wine that application in some way to download things from the website. I want to write a GUI which calls the downloader so that it's easier for myself to use it.
So one important thing for my GUI is to display the progress. When the downloader is running using wine, if I move the cursor onto the icon, it will display progress in percentage. That's the number I want for my code. So is there any way that I can get that information through some kind of API of wine?
Upvotes: 4
Views: 370
Reputation: 1012
So you're controlling a Windows downloader running in Wine. Is this downloader graphical? Is this icon in a window or what?
Assuming yes to both:
Upvotes: 1