added missing file needed by TCheckBox for carbon

git-svn-id: trunk@8705 -
This commit is contained in:
andrew 2006-02-04 17:56:15 +00:00
parent 51d50e3074
commit 0e46adcc18
2 changed files with 27 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1836,6 +1836,7 @@ lcl/interfaces/carbon/carbonlclintf.inc svneol=native#text/plain
lcl/interfaces/carbon/carbonlclintfh.inc svneol=native#text/plain
lcl/interfaces/carbon/carbonobject.inc svneol=native#text/plain
lcl/interfaces/carbon/carbonprivate.pp svneol=native#text/pascal
lcl/interfaces/carbon/carbonprivatecheckbox.inc svneol=native#text/plain
lcl/interfaces/carbon/carbonprivatehiview.inc svneol=native#text/pascal
lcl/interfaces/carbon/carbonprivatewindow.inc svneol=native#text/pascal
lcl/interfaces/carbon/carbonproc.pp svneol=native#text/pascal

View File

@ -0,0 +1,26 @@
{%MainUnit carbonprivate.pp}
{ $Id: $}
{
*****************************************************************************
* *
* This file is part of the Lazarus Component Library (LCL) *
* *
* See the file COPYING.LCL, included in this distribution, *
* for details about the copyright. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* *
*****************************************************************************
}
procedure TCarbonPrivateCheckBox.RegisterEvents(AInfo: PWidgetInfo);
begin
// do we call inherited(AInfo); here?
end;
procedure TCarbonPrivateCheckBox.UnRegisterEvents;
begin
end;