[Bf-docboard] graphics definitions

Bart Veldhuizen bf-docboard@blender.org
Mon, 16 Dec 2002 16:27:46 +0100 (CET)


Hi,

here's how I use graphic definitions in DocBook:

<!ENTITY icon_delete "<guiicon><inlinegraphic 
fileref='gfx/delete.png' scale='50' format='PNG'/></guiicon>">

You can use it from anywhere just by including the following in your 
files:

&icon_delete;

I suggest that we create a file called 'icon_definitions.xml' or similar 
and put all our buttons and icons in there. I'll make a first version of 
that tonight and publish it to this list.

Bart