mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-29 02:43:41 +02:00
38 lines
1.0 KiB
ObjectPascal
38 lines
1.0 KiB
ObjectPascal
{ $Id$}
|
|
{
|
|
*****************************************************************************
|
|
* GtkWSImgList.pp *
|
|
* --------------- *
|
|
* *
|
|
* *
|
|
*****************************************************************************
|
|
|
|
*****************************************************************************
|
|
This file is part of the Lazarus Component Library (LCL)
|
|
|
|
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
|
for details about the license.
|
|
*****************************************************************************
|
|
}
|
|
unit GtkWSImgList;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
uses
|
|
ImgList, WSImgList, WSLCLClasses;
|
|
|
|
type
|
|
|
|
{ TGtkWSCustomImageList }
|
|
|
|
TGtkWSCustomImageListResolution = class(TWSCustomImageListResolution)
|
|
published
|
|
end;
|
|
|
|
|
|
implementation
|
|
|
|
end.
|