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 Oct 25, 2018
1 parent 35df3a5 commit 12262c4
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 @@ -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

1 comment on commit 12262c4

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build was (probably) aborted

🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Provisioning' 🔥 : hudson.AbortException: script returned exit code 127

🔥 Provisioning failed 🔥

Please sign in to comment.