lazarus/lcl/interfaces/gtk/gtkwsimglist.pp
mattias 6d813c4d01 lcl: gtk1: fixed compile
git-svn-id: trunk@60773 -
2019-03-26 13:11:34 +00:00

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.