diff --git a/modules/gui/macosx/UI/VLCLibraryWindow.xib b/modules/gui/macosx/UI/VLCLibraryWindow.xib index 52165130ca..77fa1b2e4e 100644 --- a/modules/gui/macosx/UI/VLCLibraryWindow.xib +++ b/modules/gui/macosx/UI/VLCLibraryWindow.xib @@ -673,8 +673,8 @@ - - + + @@ -899,7 +899,7 @@ - + @@ -1040,7 +1040,7 @@ - + @@ -1197,7 +1197,7 @@ - + diff --git a/modules/gui/macosx/library/VLCLibraryWindow.h b/modules/gui/macosx/library/VLCLibraryWindow.h index fd4113fb00..a62926c47b 100644 --- a/modules/gui/macosx/library/VLCLibraryWindow.h +++ b/modules/gui/macosx/library/VLCLibraryWindow.h @@ -31,6 +31,7 @@ NS_ASSUME_NONNULL_BEGIN @class VLCRoundedCornerTextField; @class VLCInputNodePathControl; @class VLCLibraryAbstractSegmentViewController; +@class VLCLibraryCollectionView; @class VLCLibraryMediaSourceViewController; @class VLCLibraryNavigationStack; @class VLCLibrarySortingMenuController; @@ -71,12 +72,12 @@ extern const NSUserInterfaceItemIdentifier VLCLibraryWindowIdentifier; @property (readwrite, weak) IBOutlet NSView *videoLibraryView; @property (readwrite, weak) IBOutlet NSSplitView *videoLibrarySplitView; @property (readwrite, weak) IBOutlet NSScrollView *videoLibraryCollectionViewScrollView; -@property (readwrite, weak) IBOutlet NSCollectionView *videoLibraryCollectionView; +@property (readwrite, weak) IBOutlet VLCLibraryCollectionView *videoLibraryCollectionView; @property (readwrite, weak) IBOutlet NSScrollView *videoLibraryGroupSelectionTableViewScrollView; @property (readwrite, weak) IBOutlet NSTableView *videoLibraryGroupSelectionTableView; @property (readwrite, weak) IBOutlet NSScrollView *videoLibraryGroupsTableViewScrollView; @property (readwrite, weak) IBOutlet NSTableView *videoLibraryGroupsTableView; -@property (readwrite, weak) IBOutlet NSCollectionView *mediaSourceCollectionView; +@property (readwrite, weak) IBOutlet VLCLibraryCollectionView *mediaSourceCollectionView; @property (readwrite, weak) IBOutlet NSView *audioLibraryView; @property (readwrite, weak) IBOutlet NSSplitView *audioLibrarySplitView; @property (readwrite, weak) IBOutlet NSScrollView *audioCollectionSelectionTableViewScrollView; @@ -86,12 +87,12 @@ extern const NSUserInterfaceItemIdentifier VLCLibraryWindowIdentifier; @property (readwrite, weak) IBOutlet NSScrollView *audioLibrarySongsTableViewScrollView; @property (readwrite, weak) IBOutlet NSTableView *audioLibrarySongsTableView; @property (readwrite, weak) IBOutlet NSScrollView *audioCollectionViewScrollView; -@property (readwrite, weak) IBOutlet NSCollectionView *audioLibraryCollectionView; +@property (readwrite, weak) IBOutlet VLCLibraryCollectionView *audioLibraryCollectionView; @property (readwrite, weak) IBOutlet NSSplitView *audioLibraryGridModeSplitView; @property (readwrite, weak) IBOutlet NSScrollView *audioLibraryGridModeSplitViewListTableViewScrollView; @property (readwrite, weak) IBOutlet NSTableView *audioLibraryGridModeSplitViewListTableView; @property (readwrite, weak) IBOutlet NSScrollView *audioLibraryGridModeSplitViewListSelectionCollectionViewScrollView; -@property (readwrite, weak) IBOutlet NSCollectionView *audioLibraryGridModeSplitViewListSelectionCollectionView; +@property (readwrite, weak) IBOutlet VLCLibraryCollectionView *audioLibraryGridModeSplitViewListSelectionCollectionView; @property (readwrite, weak) IBOutlet NSView *mediaSourceView; @property (readwrite, weak) IBOutlet NSButton *mediaSourceHomeButton; @property (readwrite, weak) IBOutlet VLCInputNodePathControl *mediaSourcePathControl;