ui/cocoa/list.h

changeset 831
32a4415dc69a
parent 830
13896bdaa151
child 833
6cbc74aeff13
--- a/ui/cocoa/list.h	Fri Oct 10 15:54:01 2025 +0200
+++ b/ui/cocoa/list.h	Sat Oct 11 10:23:22 2025 +0200
@@ -107,6 +107,9 @@
 
 @interface UiSourceListRow : NSTableRowView
 
+@property NSTrackingArea *trackingArea;
+@property NSView *disclosureButton;
+@property BOOL hover;
 
 @end
 

mercurial