mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 00:19:10 +02:00
* fixed properties
git-svn-id: trunk@10696 -
This commit is contained in:
parent
1a3fff15bf
commit
72db634567
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -2476,7 +2476,7 @@ lcl/interfaces/gtk/gtk1extra.inc svneol=native#text/pascal
|
||||
lcl/interfaces/gtk/gtk1extrah.inc svneol=native#text/pascal
|
||||
lcl/interfaces/gtk/gtk1memostrings.inc svneol=native#text/pascal
|
||||
lcl/interfaces/gtk/gtk1memostringsh.inc svneol=native#text/pascal
|
||||
lcl/interfaces/gtk/gtk1private.pp svneol=native#text/plain
|
||||
lcl/interfaces/gtk/gtk1private.pp svneol=native#text/pascal
|
||||
lcl/interfaces/gtk/gtkcallback.inc svneol=native#text/pascal
|
||||
lcl/interfaces/gtk/gtkcomboboxcallback.inc svneol=native#text/pascal
|
||||
lcl/interfaces/gtk/gtkdef.pp svneol=native#text/pascal
|
||||
@ -2551,7 +2551,7 @@ lcl/interfaces/gtk2/gtk2lclintf.inc svneol=native#text/pascal
|
||||
lcl/interfaces/gtk2/gtk2lclintfh.inc svneol=native#text/pascal
|
||||
lcl/interfaces/gtk2/gtk2memostrings.inc svneol=native#text/pascal
|
||||
lcl/interfaces/gtk2/gtk2object.inc svneol=native#text/pascal
|
||||
lcl/interfaces/gtk2/gtk2private.pp svneol=native#text/plain
|
||||
lcl/interfaces/gtk2/gtk2private.pp svneol=native#text/pascal
|
||||
lcl/interfaces/gtk2/gtk2privatewidget.inc svneol=native#text/plain
|
||||
lcl/interfaces/gtk2/gtk2winapi.inc svneol=native#text/pascal
|
||||
lcl/interfaces/gtk2/gtk2winapih.inc svneol=native#text/pascal
|
||||
|
@ -1,11 +1,11 @@
|
||||
{ $Id: $ }
|
||||
{ $Id$ }
|
||||
{
|
||||
----------------------------------------
|
||||
gtk1private.pp - Gtk1 internal classes
|
||||
----------------------------------------
|
||||
|
||||
@created(Thu Feb 1st WET 2007)
|
||||
@lastmod($Date: $)
|
||||
@lastmod($Date$)
|
||||
@author(Marc Weustink <marc@@lazarus.dommelstein.net>)
|
||||
|
||||
This unit contains the private classhierarchy for the gtk implemetations
|
||||
|
@ -1,11 +1,11 @@
|
||||
{ $Id: $ }
|
||||
{ $Id$ }
|
||||
{
|
||||
----------------------------------------
|
||||
gtk2private.pp - Gtk2 internal classes
|
||||
----------------------------------------
|
||||
|
||||
@created(Thu Feb 1st WET 2007)
|
||||
@lastmod($Date: $)
|
||||
@lastmod($Date$)
|
||||
@author(Marc Weustink <marc@@lazarus.dommelstein.net>)
|
||||
|
||||
This unit contains the private classhierarchy for the gtk implemetations
|
||||
|
Loading…
Reference in New Issue
Block a user