lazarus/components/editortoolbar/images
2014-09-11 21:44:11 +00:00
..
arrowdown_blue16.xpm
arrowleft_blue16.xpm
arrowright_blue16.xpm
arrowup_blue16.xpm
execute16.xpm
jumpto16.xpm
menu_divider16.xpm
preferences16.xpm
README.txt EditorToolbar: fix text about resource formats in README.txt. 2014-09-11 21:44:11 +00:00
toolbar.txt

This directory contains all images needed by the Editor Toolbar package.
Images are stored in FPC resource files (.res). Each icon is currently stored
in xpm format but also png can be used.

toolbar.res - All the icons used in Editor Toolbar package.


How to update the image resources:

Creating a lazarus resource can easily be done by the lazres program.
If you have not yet compiled lazres, go to the tools directory and type make.


[ toolbar.res ]

cd <packagedir>/images/
<lazarusdir>/tools/lazres ../toolbar.res @toolbar.txt