mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 01:49:25 +02:00
Cocoa/Form: TWinLevelOrder related removed
This commit is contained in:
parent
e5656f3311
commit
33f0b15dc1
@ -53,20 +53,8 @@ type
|
||||
|
||||
{ TAppDelegate }
|
||||
|
||||
TWinLevelOrder = record
|
||||
win : NSWindow;
|
||||
lvl : NSInteger;
|
||||
ord : NSinteger;
|
||||
vis : Boolean;
|
||||
end;
|
||||
PWinLevelOrder = ^TWinLevelOrder;
|
||||
TWinLevelOrderArray = array [Word] of TWinLevelOrder;
|
||||
PWinLevelOrderArray = ^TWinLevelOrderArray;
|
||||
|
||||
TAppDelegate = objcclass(NSObject, NSApplicationDelegateProtocol)
|
||||
public
|
||||
orderArray : PWinLevelOrderArray;
|
||||
orderArrayCount : Integer;
|
||||
procedure application_openFiles(sender: NSApplication; filenames: NSArray);
|
||||
procedure applicationDidHide(notification: NSNotification);
|
||||
procedure applicationDidUnhide(notification: NSNotification);
|
||||
|
Loading…
Reference in New Issue
Block a user