lazarus/lcl/interfaces/gtk2/gtk2wspairsplitter.pp

56 lines
1.5 KiB
ObjectPascal

{ $Id$}
{
*****************************************************************************
* Gtk2WSPairSplitter.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 Gtk2WSPairSplitter;
{$mode objfpc}{$H+}
interface
uses
////////////////////////////////////////////////////
// I M P O R T A N T
////////////////////////////////////////////////////
// To get as little as posible circles,
// uncomment only when needed for registration
////////////////////////////////////////////////////
// PairSplitter,
////////////////////////////////////////////////////
WSPairSplitter, WSLCLClasses;
type
{ TGtk2WSPairSplitterSide }
TGtk2WSPairSplitterSide = class(TWSPairSplitterSide)
private
protected
public
end;
{ TGtk2WSCustomPairSplitter }
TGtk2WSCustomPairSplitter = class(TWSCustomPairSplitter)
private
protected
public
end;
implementation
end.