lazarus/lcl/images
paul 2ea84b6b51 - LCL-default images loading moved from TWidgetSet.LoadStockPixmap to buttons and dialogs units
- updated LCL-default images from silk collection (thanks badphoenix)
- TWidgetSet.LoadStockPixmap extended to return bitmap mask handle (need to use win32 stock icons)
issues: #0008936, #0008937

git-svn-id: trunk@11197 -
2007-05-25 09:13:22 +00:00
..
buttons - LCL-default images loading moved from TWidgetSet.LoadStockPixmap to buttons and dialogs units 2007-05-25 09:13:22 +00:00
cursors - forgotten cursor (crHelp - missed in carbon) 2007-03-19 14:22:16 +00:00
dialogs - LCL-default images loading moved from TWidgetSet.LoadStockPixmap to buttons and dialogs units 2007-05-25 09:13:22 +00:00
btncalccancel.xpm added calculator icons 2003-12-25 11:53:36 +00:00
btncalcimg.xpm added calculator icons 2003-12-25 11:53:36 +00:00
btncalcmin.xpm added calculator icons 2003-12-25 11:53:36 +00:00
btncalcmul.xpm added calculator icons 2003-12-25 11:53:36 +00:00
btncalcok.xpm added calculator icons 2003-12-25 11:53:36 +00:00
btncalcplus.xpm added calculator icons 2003-12-25 11:53:36 +00:00
btncalcpm.xpm added calculator icons 2003-12-25 11:53:36 +00:00
btncalculator.xpm added calculator icons 2003-12-25 11:53:36 +00:00
btncalendar.xpm added calculator icons 2003-12-25 11:53:36 +00:00
btnseldir.xpm added calculator icons 2003-12-25 11:53:36 +00:00
dbnavcancel.xpm started TDBNavigator 2003-09-19 16:10:32 +00:00
dbnavdelete.xpm started TDBNavigator 2003-09-19 16:10:32 +00:00
dbnavedit.xpm started TDBNavigator 2003-09-19 16:10:32 +00:00
dbnavfirst.xpm started TDBNavigator 2003-09-19 16:10:32 +00:00
dbnavinsert.xpm started TDBNavigator 2003-09-19 16:10:32 +00:00
dbnavlast.xpm started TDBNavigator 2003-09-19 16:10:32 +00:00
dbnavnext.xpm started TDBNavigator 2003-09-19 16:10:32 +00:00
dbnavpost.xpm started TDBNavigator 2003-09-19 16:10:32 +00:00
dbnavprior.xpm started TDBNavigator 2003-09-19 16:10:32 +00:00
dbnavrefresh.xpm started TDBNavigator 2003-09-19 16:10:32 +00:00
README.txt renamed README files to README.txt 2006-07-21 18:31:15 +00:00

This directory contains all images needed by the LCL.
Images are stored in lazarus resource files (.lrs). Each icon is stored
in xpm format.

lclicons.lrs - Icons, included by lclintf.pas


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.


1. lclicons.lrs

cd <lazarusdir>/lcl/images/
../../tools/lazres ../lclicons.lrs *.xpm