/components/editortoolbar/images/README.txt

http://github.com/graemeg/lazarus · Plain Text · 18 lines · 10 code · 8 blank · 0 comment · 0 complexity · 6112a5a4367373d53ca58993d9459b25 MD5 · raw file

  1. This directory contains all images needed by the Editor Toolbar package.
  2. Images are stored in FPC resource files (.res). Each icon is currently stored
  3. in xpm format but also png can be used.
  4. toolbar.res - All the icons used in Editor Toolbar package.
  5. How to update the image resources:
  6. Creating a lazarus resource can easily be done by the lazres program.
  7. If you have not yet compiled lazres, go to the tools directory and type make.
  8. [ toolbar.res ]
  9. cd <packagedir>/images/
  10. <lazarusdir>/tools/lazres ../toolbar.res @toolbar.txt