On 09/28/2009 02:21 PM, Louise Hoffman wrote:
> Dear developers,
> 
> Can someone tell if this GUI design is possible?
> 
> http://pastebin.com/m1ccbcd06
> 
> The reason I would like to have tabs is because of the work flow, and
> the values in the Modify tab will be different depending to the loaded
> audio[0] file.
> 
> If tabs is possible, can I also have the Apply button?
> 
> And if so, will the Apply button apply changes to all tabs or just the
> active tab?
> 
> Hugs,
> Louise

Hi Louise

Yes it's possible, you can create any GTK+ interface in plug-ins.
To get tabs you'd use GtkNotebook. You can hook any code to an
Apply button, including code that takes the active tab into
account.

Hugs,
Martin

-- 

My GIMP Blog:
http://www.chromecode.com/

_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Reply via email to