[Lazarus] LCL exports CC-licensed icons to every LCL application
Ondrej Pokorny
lazarus at kluug.net
Mon Mar 21 10:13:19 CET 2016
On 21.03.2016 10:05, Michael Van Canneyt wrote:
> Can you please be a bit more specific ? Which silk icons are exported
> exactly ?
It depends what units you use in your LCL application. Please see the
"lcl/images" folder. All icons that are used by the LCL are located there.
See e.g.
lcl\images\lcl_grid_images.bat => lcl\lcl_grid_images.res => linked into
the LCL in Grids.pas with {$R lcl_grid_images.res}.
lcl\images\buttons\build.bat => btn_icons.res => buttons.pp
etc etc.
You can also check the final executable with a resource viewer what
icons are exported into your application.
Ondrej
More information about the Lazarus
mailing list