Am Tue, 30 Jul 2013 16:20:54 -0700
schrieb John Benediktsson <mrj...@gmail.com>:

> Oh, I see, you want to change the font size of the label in the
> border, probably it would be better to do what you're doing, but
> making it a utility word:
> 
> : change-labeled-font ( labeled-gadget quot: ( font -- font' ) -- )
>     [
>         children>> [ border? ] find nip
>         children>> [ label? ] find nip
>     ] [ change-font drop ] bi* ; inline
> 
> 
Yes. Thank you.

-- 
Factor ist eine verkettende Programmiersprache.
Vorsicht: Factor kann deinen Programmierstil ändern.
FactorProgrammierung.isthier.de Factor-Programmierung.isthier.de

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to