Skip to content

Commit

Permalink
[macos] Add NSScrollView.AddFloatingSubview (#5040)
Browse files Browse the repository at this point in the history
  • Loading branch information
chamons authored and Martin Baulig committed Oct 29, 2018
1 parent de197e3 commit 41dac5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/appkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13343,6 +13343,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

0 comments on commit 41dac5b

Please sign in to comment.