mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-25 07:17:33 +01:00
* fixed properties
git-svn-id: trunk@10695 -
This commit is contained in:
parent
ffb7a7d1a9
commit
1a3fff15bf
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -2498,7 +2498,7 @@ lcl/interfaces/gtk/gtklistviewcallback.inc svneol=native#text/pascal
|
||||
lcl/interfaces/gtk/gtkmsgqueue.pp svneol=native#text/pascal
|
||||
lcl/interfaces/gtk/gtkobject.inc svneol=native#text/pascal
|
||||
lcl/interfaces/gtk/gtkpagecallback.inc svneol=native#text/pascal
|
||||
lcl/interfaces/gtk/gtkprivate.pp svneol=native#text/plain
|
||||
lcl/interfaces/gtk/gtkprivate.pp svneol=native#text/pascal
|
||||
lcl/interfaces/gtk/gtkprivatewidget.inc svneol=native#text/plain
|
||||
lcl/interfaces/gtk/gtkproc.inc svneol=native#text/pascal
|
||||
lcl/interfaces/gtk/gtkproc.pp svneol=native#text/pascal
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
{ $Id: $ }
|
||||
{ $Id$ }
|
||||
{
|
||||
----------------------------------------
|
||||
Gtkprivate.pp - Gtk 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