mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 11:59:26 +02:00
Gtk3: use new LCLGtkComboBox and LCLGtkEntry classes, reorganized code, now all pure gtk3 callbacks are static class methods.
This commit is contained in:
parent
c880fb149e
commit
acd16b6b41
File diff suppressed because it is too large
Load Diff
@ -131,7 +131,7 @@ end;"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Major="4" Minor="99"/>
|
||||
<Files Count="549">
|
||||
<Files Count="551">
|
||||
<Item1>
|
||||
<Filename Value="carbon/agl.pp"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
@ -2710,6 +2710,14 @@ end;"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="gtk3caret"/>
|
||||
</Item549>
|
||||
<Item550>
|
||||
<Filename Value="gtk3/gtk3lclcombobox.inc"/>
|
||||
<Type Value="Include"/>
|
||||
</Item550>
|
||||
<Item551>
|
||||
<Filename Value="gtk3/gtk3lclentry.inc"/>
|
||||
<Type Value="Include"/>
|
||||
</Item551>
|
||||
</Files>
|
||||
<CompatibilityMode Value="True"/>
|
||||
<LazDoc Paths="../../docs/xml/lcl"/>
|
||||
|
Loading…
Reference in New Issue
Block a user