mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 08:51:17 +02:00
added missing file needed by TCheckBox for carbon
git-svn-id: trunk@8705 -
This commit is contained in:
parent
51d50e3074
commit
0e46adcc18
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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/carbonlclintfh.inc svneol=native#text/plain
|
||||||
lcl/interfaces/carbon/carbonobject.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/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/carbonprivatehiview.inc svneol=native#text/pascal
|
||||||
lcl/interfaces/carbon/carbonprivatewindow.inc svneol=native#text/pascal
|
lcl/interfaces/carbon/carbonprivatewindow.inc svneol=native#text/pascal
|
||||||
lcl/interfaces/carbon/carbonproc.pp svneol=native#text/pascal
|
lcl/interfaces/carbon/carbonproc.pp svneol=native#text/pascal
|
||||||
|
26
lcl/interfaces/carbon/carbonprivatecheckbox.inc
Normal file
26
lcl/interfaces/carbon/carbonprivatecheckbox.inc
Normal 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;
|
Loading…
Reference in New Issue
Block a user