>________________________________
> From: me.grimm <[email protected]>
>To: pd_list Listserve <[email protected]> 
>Sent: Thursday, January 24, 2013 4:06 PM
>Subject: [PD] gui elements documentation / list
> 
>
>i finally have a chance to play around with the gui-plugin stuff. using 
>"tkcanvas itemconfigure" im playing around with changing the look of my 
>patches in performance mode. question: is there a list / documentation of the 
>gui elements? other than reading over the pd-gui tcl code?
>
>without knowing much i was doing things like:
>
>$tkcanvas itemconfigure text -fill red -font Helvetica -size 16
>
>but -size gives me error
>
>so maybe there is something more other than a trial and error approach or use 
>of css knowledge which obviously does not completely translate.

Most of those are just tk settings, not specific to Pd.


http://www.tcl.tk/man/tcl8.5/TkCmd/canvas.htm#M48
http://www.tcl.tk/man/tcl8.5/TkCmd/canvas.htm#M144

Text items don't have a -size option, hence the error.


tk events and tcl arrays specific to the Pd GUI can be found here:
http://puredata.info/docs/guiplugins/GuiPluginsAPI/


-Jonathan


>
>
>m
>
>-- 
>____________________
>m.e.grimm | m.f.a | ed.m.
>[email protected]
>_________________________________ 
>_______________________________________________
>[email protected] mailing list
>UNSUBSCRIBE and account-management -> 
>http://lists.puredata.info/listinfo/pd-list
>
>
>

_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to