summaryrefslogtreecommitdiff
path: root/src/gui/fpg_style.pas
blob: 5452a245e73f7bda4dcd57e994e12fc65dc8f0eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
    fpGUI  -  Free Pascal GUI Toolkit

    Copyright (C) 2006 - 2011 See the file AUTHORS.txt, included in this
    distribution, for details of the copyright.

    See the file COPYING.modifiedLGPL, included in this distribution,
    for details about redistributing fpGUI.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    Description:
      This is where all style related types should be defined. The base/common
      style class should also be moved here.
}

{ TODO: Move the TfpgStyle class here and name it TfpgCommonStyle }

unit fpg_style;

{$mode objfpc}{$H+}

interface

implementation

end.