| 833:6cbc74aeff13 | 834:8801df33144f |
|---|---|
| 66 | 66 |
| 67 @property (strong) NSMutableArray<UiSourceListItem*> *items; | 67 @property (strong) NSMutableArray<UiSourceListItem*> *items; |
| 68 @property UiVar *var; | 68 @property UiVar *var; |
| 69 @property UiSubList *sublist; | 69 @property UiSubList *sublist; |
| 70 | 70 |
| 71 @property int index; | 71 @property int sublistIndex; |
| 72 @property int sublistStartRow; | 72 @property int sublistStartRow; |
| 73 @property int rownum; | 73 @property int rownum; |
| 74 | 74 |
| 75 @property void *eventdata; | 75 @property void *eventdata; |
| 76 | 76 |
| 112 @interface UiSourceListRow : NSTableRowView | 112 @interface UiSourceListRow : NSTableRowView |
| 113 | 113 |
| 114 @property NSTrackingArea *trackingArea; | 114 @property NSTrackingArea *trackingArea; |
| 115 @property NSView *disclosureButton; | 115 @property NSView *disclosureButton; |
| 116 @property BOOL hover; | 116 @property BOOL hover; |
| 117 @property BOOL showDisclosureButton; | |
| 117 | 118 |
| 118 @end | 119 @end |
| 119 | 120 |
| 120 void ui_sourcelist_update(UiList *list, int row); | 121 void ui_sourcelist_update(UiList *list, int row); |