mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 05:18:17 +02:00
cocoa: separating all NSWindow related classes to CocoaWindows unit. History preserved
git-svn-id: trunk@58451 -
This commit is contained in:
parent
bd356ccaa6
commit
2242dbf42a
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -8836,6 +8836,7 @@ lcl/interfaces/cocoa/cocoatrayicon.inc svneol=native#text/pascal
|
||||
lcl/interfaces/cocoa/cocoautils.pas svneol=native#text/plain
|
||||
lcl/interfaces/cocoa/cocoawinapi.inc svneol=native#text/pascal
|
||||
lcl/interfaces/cocoa/cocoawinapih.inc svneol=native#text/pascal
|
||||
lcl/interfaces/cocoa/cocoawindows.pas svneol=native#text/plain
|
||||
lcl/interfaces/cocoa/cocoawsbuttons.pp svneol=native#text/pascal
|
||||
lcl/interfaces/cocoa/cocoawschecklst.pas svneol=native#text/plain
|
||||
lcl/interfaces/cocoa/cocoawscomctrls.pas svneol=native#text/plain
|
||||
|
@ -36,7 +36,7 @@ uses
|
||||
LCLPlatformDef, InterfaceBase, GraphType,
|
||||
// private
|
||||
CocoaAll, CocoaPrivate, CocoaUtils, CocoaGDIObjects,
|
||||
cocoa_extra, CocoaWSMenus, CocoaWSForms,
|
||||
cocoa_extra, CocoaWSMenus, CocoaWSForms, CocoaWindows,
|
||||
// LCL
|
||||
LCLStrConsts, LMessages, LCLMessageGlue, LCLProc, LCLIntf, LCLType,
|
||||
Controls, Forms, Themes, Menus,
|
||||
|
File diff suppressed because it is too large
Load Diff
1116
lcl/interfaces/cocoa/cocoawindows.pas
Normal file
1116
lcl/interfaces/cocoa/cocoawindows.pas
Normal file
File diff suppressed because it is too large
Load Diff
@ -30,7 +30,7 @@ uses
|
||||
// Widgetset
|
||||
WSForms, WSLCLClasses, WSProc, LCLMessageGlue,
|
||||
// LCL Cocoa
|
||||
CocoaPrivate, CocoaUtils, CocoaWSCommon, CocoaWSStdCtrls, CocoaWSMenus;
|
||||
CocoaPrivate, CocoaUtils, CocoaWSCommon, CocoaWSStdCtrls, CocoaWSMenus, CocoaWindows;
|
||||
|
||||
type
|
||||
{ TLCLWindowCallback }
|
||||
|
@ -129,7 +129,7 @@ end;"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Major="1" Minor="9"/>
|
||||
<Files Count="479">
|
||||
<Files Count="480">
|
||||
<Item1>
|
||||
<Filename Value="carbon/agl.pp"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
@ -2371,6 +2371,11 @@ end;"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="CocoaButtons"/>
|
||||
</Item479>
|
||||
<Item480>
|
||||
<Filename Value="cocoa/cocoawindows.pas"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="CocoaWindows"/>
|
||||
</Item480>
|
||||
</Files>
|
||||
<LazDoc Paths="../../docs/xml/lcl"/>
|
||||
<i18n>
|
||||
|
Loading…
Reference in New Issue
Block a user