Repository URL to install this package:
|
Version:
2.0.10 ▾
|
unit customdrawn_kde;
{$mode objfpc}{$H+}
interface
uses
// RTL
Classes, SysUtils,
// fpimage
fpcanvas, fpimgcanv, fpimage,
// LCL -> Use only TForm, TWinControl, TCanvas and TLazIntfImage
Graphics, Controls, LCLType, LCLIntf, IntfGraphics,
// Others only for types
StdCtrls,
//
customdrawndrawers, customdrawn_common;
implementation
end.