mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 23:20:18 +02:00
gtk2 intf: added GetDefaultPangoLayout
git-svn-id: trunk@9493 -
This commit is contained in:
parent
8c58074886
commit
1617d48364
@ -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>
|
||||
|
@ -68,6 +68,7 @@ end;
|
||||
|
||||
constructor TForm1.Create(TheOwner: TComponent);
|
||||
begin
|
||||
Name:='Form1';
|
||||
OnCreate:=@Form1Create;
|
||||
inherited Create(TheOwner);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user