No, the "include" directive only works for appearance themes.

Sebastian


dperez schrieb:
> Hi
> 
> Are entries in a font theme inheritable.
> 
> Can I do this:
> 
> qx.Theme.define("qx.theme.ext.font.Default",
> {
>   title : "Ext",
> 
>   fonts :
>   { 
>     "default" :
>     {
>       size : 11,
>       family : [ "Verdana", "Helvetica", "Tahoma" ]
>     },
> 
>     "bold" :
>     {
>       include : "default",
>       bold : true
>     },
>  }
> }
> 
> Regards
> David


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to