gtk2 intf: added GetDefaultPangoLayout

git-svn-id: trunk@9493 -
This commit is contained in:
mattias 2006-06-24 08:33:53 +00:00
parent 8c58074886
commit 1617d48364
2 changed files with 9 additions and 0 deletions

View File

@ -35,9 +35,17 @@
</ProjectOptions>
<CompilerOptions>
<Version Value="5"/>
<SearchPaths>
<LCLWidgetType Value="gtk2"/>
</SearchPaths>
<CodeGeneration>
<Generate Value="Faster"/>
</CodeGeneration>
<Linking>
<Debugging>
<GenGProfCode Value="True"/>
</Debugging>
</Linking>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>

View File

@ -68,6 +68,7 @@ end;
constructor TForm1.Create(TheOwner: TComponent);
begin
Name:='Form1';
OnCreate:=@Form1Create;
inherited Create(TheOwner);
end;