ui/cocoa/list.h

changeset 834
8801df33144f
parent 833
6cbc74aeff13
child 971
0224108bd8c2
--- a/ui/cocoa/list.h	Sat Oct 11 11:23:24 2025 +0200
+++ b/ui/cocoa/list.h	Sat Oct 11 12:00:07 2025 +0200
@@ -68,7 +68,7 @@
 @property UiVar *var;
 @property UiSubList *sublist;
 
-@property int index;
+@property int sublistIndex;
 @property int sublistStartRow;
 @property int rownum;
 
@@ -114,6 +114,7 @@
 @property NSTrackingArea *trackingArea;
 @property NSView *disclosureButton;
 @property BOOL hover;
+@property BOOL showDisclosureButton;
 
 @end
 

mercurial