| 830:13896bdaa151 | 831:32a4415dc69a |
|---|---|
| 105 | 105 |
| 106 @end | 106 @end |
| 107 | 107 |
| 108 @interface UiSourceListRow : NSTableRowView | 108 @interface UiSourceListRow : NSTableRowView |
| 109 | 109 |
| 110 @property NSTrackingArea *trackingArea; | |
| 111 @property NSView *disclosureButton; | |
| 112 @property BOOL hover; | |
| 110 | 113 |
| 111 @end | 114 @end |
| 112 | 115 |
| 113 void ui_sourcelist_update(UiList *list, int row); | 116 void ui_sourcelist_update(UiList *list, int row); |