C# Class Smartmobili.Cocoa.NSSplitView

Inheritance: NSView
Mostra file Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_autosaveName NSString
_backgroundColor NSColor
_delegate id
_dimpleImage NSImage
_dividerColor NSColor
_dividerWidth float
_draggedBarWidth float
_isVertical bool
_is_pane_splitter bool
_never_displayed_before bool

Public Methods

Method Description
Alloc ( ) : NSSplitView
Initialize ( ) : void

Private Methods

Method Description
NSSplitView ( ) : System

Method Details

Alloc() public static method

public static Alloc ( ) : NSSplitView
return NSSplitView

Initialize() public static method

public static Initialize ( ) : void
return void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class

_autosaveName protected_oe property

protected NSString _autosaveName
return NSString

_backgroundColor protected_oe property

protected NSColor,Smartmobili.Cocoa _backgroundColor
return NSColor

_delegate protected_oe property

protected id,Smartmobili.Cocoa _delegate
return id

_dimpleImage protected_oe property

protected NSImage,Smartmobili.Cocoa _dimpleImage
return NSImage

_dividerColor protected_oe property

protected NSColor,Smartmobili.Cocoa _dividerColor
return NSColor

_dividerWidth protected_oe property

protected float _dividerWidth
return float

_draggedBarWidth protected_oe property

protected float _draggedBarWidth
return float

_isVertical protected_oe property

protected bool _isVertical
return bool

_is_pane_splitter protected_oe property

protected bool _is_pane_splitter
return bool

_never_displayed_before protected_oe property

protected bool _never_displayed_before
return bool