MonobjcMonobjc Documented Class Library
INSSplitViewDelegate Interface
NamespacesMonobjc.AppKitINSSplitViewDelegate

[Missing <summary> documentation for "T:Monobjc.AppKit.INSSplitViewDelegate"]

Declaration Syntax
C#Visual BasicVisual C++
public interface INSSplitViewDelegate : IManagedWrapper
Public Interface INSSplitViewDelegate _
	Inherits IManagedWrapper
public interface class INSSplitViewDelegate : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SplitViewAdditionalEffectiveRectOfDividerAtIndex(NSSplitView, NSInteger)

Allows the delegate to return an additional rectangle in which mouse clicks will initiate divider dragging.

Original signature is '- (NSRect)splitView:(NSSplitView *)splitView additionalEffectiveRectOfDividerAtIndex:(NSInteger)dividerIndex'

Available in Mac OS X v10.5 and later.


SplitViewCanCollapseSubview(NSSplitView, NSView)

Allows the delegate to determine whether the user can collapse and uncollapse subview.

Original signature is '- (BOOL)splitView:(NSSplitView *)splitView canCollapseSubview:(NSView *)subview'

Available in Mac OS X v10.0 and later.


SplitViewConstrainMaxCoordinateOfSubviewAt(NSSplitView, CGFloat, NSInteger)

Allows the delegate for sender to constrain the maximum coordinate limit of a divider when the user drags it.

Original signature is '- (CGFloat)splitView:(NSSplitView *)splitView constrainMaxCoordinate:(CGFloat)proposedMax ofSubviewAt:(NSInteger)dividerIndex'

Available in Mac OS X v10.0 and later.


SplitViewConstrainMinCoordinateOfSubviewAt(NSSplitView, CGFloat, NSInteger)

Allows the delegate for sender to constrain the minimum coordinate limit of a divider when the user drags it.

Original signature is '- (CGFloat)splitView:(NSSplitView *)splitView constrainMinCoordinate:(CGFloat)proposedMin ofSubviewAt:(NSInteger)dividerIndex'

Available in Mac OS X v10.0 and later.


SplitViewConstrainSplitPositionOfSubviewAt(NSSplitView, CGFloat, NSInteger)

Allows the delegate for sender to constrain the divider to certain positions.

Original signature is '- (CGFloat)splitView:(NSSplitView *)splitView constrainSplitPosition:(CGFloat)proposedPosition ofSubviewAt:(NSInteger)dividerIndex'

Available in Mac OS X v10.0 and later.


SplitViewDidResizeSubviews(NSNotification)

Invoked by the default notification center to notify the delegate that the splitview did resize its subviews.

Original signature is '- (void)splitViewDidResizeSubviews:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


SplitViewEffectiveRectForDrawnRectOfDividerAtIndex(NSSplitView, NSRect, NSRect, NSInteger)

Allows the delegate to modify the rectangle in which mouse clicks initiate divider dragging.

Original signature is '- (NSRect)splitView:(NSSplitView *)splitView effectiveRect:(NSRect)proposedEffectiveRect forDrawnRect:(NSRect)drawnRect ofDividerAtIndex:(NSInteger)dividerIndex'

Available in Mac OS X v10.5 and later.


SplitViewResizeSubviewsWithOldSize(NSSplitView, NSSize)

Allows the delegate to specify custom sizing behavior for the subviews of the NSSplitView sender.

Original signature is '- (void)splitView:(NSSplitView *)splitView resizeSubviewsWithOldSize:(NSSize)oldSize'

Available in Mac OS X v10.0 and later.


SplitViewShouldAdjustSizeOfSubview(NSSplitView, NSView)

Allows the delegate to specify whether the subview should be resized.

Original signature is '- (BOOL)splitView:(NSSplitView *)splitView shouldAdjustSizeOfSubview:(NSView *)subview'

Available in Mac OS X v10.6 and later.


SplitViewShouldCollapseSubviewForDoubleClickOnDividerAtIndex(NSSplitView, NSView, NSInteger)

Invoked to allow a delegate to determine if a subview should collapse in response to a double click.

Original signature is '- (BOOL)splitView:(NSSplitView *)splitView shouldCollapseSubview:(NSView *)subview forDoubleClickOnDividerAtIndex:(NSInteger)dividerIndex'

Available in Mac OS X v10.5 and later.


SplitViewShouldHideDividerAtIndex(NSSplitView, NSInteger)

Allows the delegate to determine whether a divider can be dragged or adjusted off the edge of the split view.

Original signature is '- (BOOL)splitView:(NSSplitView *)splitView shouldHideDividerAtIndex:(NSInteger)dividerIndex'

Available in Mac OS X v10.5 and later.


SplitViewWillResizeSubviews(NSNotification)

Invoked by the default notification center to notify the delegate that the splitview will resize its subviews.

Original signature is '- (void)splitViewWillResizeSubviews:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)