summaryrefslogtreecommitdiff
path: root/src/gui/fpg_style_motif.pas
blob: 5db8978734e42b5edb2868b2c87bfce82fc1c2a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
unit fpg_style_motif; 

{$mode objfpc}{$H+}

interface

uses
  Classes, SysUtils; 

implementation

uses
  fpg_stylemanager
  ;

//initialization
//  fpgStyleManager.RegisterClass('Motif', TfpgMotifStyle);

end.