Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macos] Add NSScrollView.AddFloatingSubview #5040

Merged
merged 1 commit into from
Oct 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/appkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13377,6 +13377,10 @@ partial interface NSScrollView : NSTextFinderBarContainer {
[Mac (10, 10)]
[Export ("scrollerInsets", ArgumentSemantic.Assign)]
NSEdgeInsets ScrollerInsets { get; set; }

[Mac (10,9)]
[Export ("addFloatingSubview:forAxis:")]
void AddFloatingSubview (NSView view, NSEventGestureAxis axis);
}

[BaseType (typeof (NSTextField), Delegates=new string [] { "WeakDelegate" }, Events=new Type [] { typeof (NSSearchFieldDelegate)})]
Expand Down
1 change: 0 additions & 1 deletion tests/xtro-sharpie/macOS-AppKit.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,6 @@
!missing-selector! NSSavePanel::selectText: not bound
!missing-selector! NSScreen::maximumExtendedDynamicRangeColorComponentValue not bound
!missing-selector! NSScroller::setFloatValue:knobProportion: not bound
!missing-selector! NSScrollView::addFloatingSubview:forAxis: not bound
!missing-selector! NSSegmentedCell::interiorBackgroundStyleForSegment: not bound
!missing-selector! NSSegmentedControl::indexOfSelectedItem not bound
!missing-selector! NSSet::enumerateIndexPathsWithOptions:usingBlock: not bound
Expand Down