lazarus/components/customdrawn/customdrawnlcldrawers.pas
sekelsenmat 283454d1f8 Adds a unit to register LCL drawers in the IDE
git-svn-id: trunk@36367 -
2012-03-27 07:03:59 +00:00

15 lines
167 B
ObjectPascal

// Registers LCL drawers in the IDE
unit customdrawnlcldrawers;
{$mode objfpc}{$H+}
interface
uses
customdrawn_winxp, customdrawn_android;
implementation
end.