Skip to content

Commit

Permalink
* Headers/AppKit/NSLayoutAnchor.h: Add missing include that is requir…
Browse files Browse the repository at this point in the history
…ed after a change in base.

* Source/NSTableView.m: Forward declare new methods.
  • Loading branch information
fredkiefer committed Oct 29, 2024
1 parent a32741a commit 349dc21
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-10-29 Fred Kiefer <FredKiefer@gmx.de>

* Headers/AppKit/NSLayoutAnchor.h: Add missing include that is required after a change in base.
* Source/NSTableView.m: Forward declare new methods.

2024-08-29 Gregory John Casamento <greg.casamento@gmail.com>

* Source/NSBundleAdditions.m: Quick fix for .gorm loading
Expand Down
1 change: 1 addition & 0 deletions Headers/AppKit/NSLayoutAnchor.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#import <AppKit/AppKitDefines.h>

#import <Foundation/NSObject.h>
#import <Foundation/NSGeometry.h>

#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)

Expand Down
3 changes: 3 additions & 0 deletions Source/NSTableView.m
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ - (BOOL) _isCellSelectableColumn: (NSInteger)columnIndex
- (BOOL) _isCellEditableColumn: (NSInteger)columnIndex
row: (NSInteger)rowIndex;
- (NSInteger) _numRows;
- (CGFloat*) _columnOrigins;
- (NSView*) _renderedViewForPath: (NSIndexPath*)path;
- (void) _setRenderedView: (NSView*)view forPath: (NSIndexPath*)path;
@end

@interface NSTableView (SelectionHelper)
Expand Down

0 comments on commit 349dc21

Please sign in to comment.