[Gimp-developer] Preview Windows in Python-Fu - Do they exist?

Danko Dolch forum at dolchonline.net
Fri Dec 14 01:48:55 PST 2007


Hi Jim!

You can use Glade to create Python GUI's and as described it's also 
possible to create complete new Glade widgets in Python...

Custom PyGTK Widgets in Glade3
http://unpythonic.blogspot.com/2007/03/custom-pygtk-widgets-in-glade3.html

I havn't done this by myself but want to try it as soon as possible - 
please keep me up to date if it works for you or if there are more 
questions... -> forum at dolchonline.net

best Regards

Danko

Jim Sabatke wrote:
> David Gowers wrote:
>   
>> Hi Jim,
>>
>> On Dec 8, 2007 10:22 AM, Jim Sabatke <jimssoftware at gmail.com> wrote:
>>     
>>> I've been searching the net for a couple days to see if Python-Fu
>>> supports Preview Windows in plug-ins.  Depending on the search strings I
>>>       
>> No, it doesn't. PyGimp does, though. This means that if you want a
>> preview window, you need to construct the GUI yourself -- you cannot
>> rely on PythonFu to construct it automatically for you.
>>
>> In the 'gimpui' module, look up the help -- see
>> 'GimpPreview','GimpAspectPreview', and associates.
>>     
>
> Thank you David.
>
> Next question ... is there any GUI generator, like Glade that does a
> decent job of building interfaces like that?
>
> TIA,
>
> Jim
>
> _______________________________________________
> Gimp-developer mailing list
> Gimp-developer at lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
>
>   


More information about the Gimp-developer mailing list