C# Class MonoDevelop.MacIntegration.MainToolbar.SearchBar.DarkSkinSearchFieldCell

Inheritance: NSSearchFieldCell
Show file Open project: powerumc/monodevelop_korean

Public Methods

Method Description
CancelButtonRectForBounds ( CGRect rect ) : CGRect
DrawWithFrame ( CGRect cellFrame, NSView inView ) : void
EditWithFrame ( CGRect aRect, NSView inView, NSText editor, NSObject delegateObject, NSEvent theEvent ) : void
SearchButtonRectForBounds ( CGRect rect ) : CGRect
SearchTextRectForBounds ( CGRect rect ) : CGRect
SelectWithFrame ( CGRect aRect, NSView inView, NSText editor, NSObject delegateObject, nint selStart, nint selLength ) : void

Method Details

CancelButtonRectForBounds() public method

public CancelButtonRectForBounds ( CGRect rect ) : CGRect
rect CGRect
return CGRect

DrawWithFrame() public method

public DrawWithFrame ( CGRect cellFrame, NSView inView ) : void
cellFrame CGRect
inView NSView
return void

EditWithFrame() public method

public EditWithFrame ( CGRect aRect, NSView inView, NSText editor, NSObject delegateObject, NSEvent theEvent ) : void
aRect CGRect
inView NSView
editor NSText
delegateObject NSObject
theEvent NSEvent
return void

SearchButtonRectForBounds() public method

public SearchButtonRectForBounds ( CGRect rect ) : CGRect
rect CGRect
return CGRect

SearchTextRectForBounds() public method

public SearchTextRectForBounds ( CGRect rect ) : CGRect
rect CGRect
return CGRect

SelectWithFrame() public method

public SelectWithFrame ( CGRect aRect, NSView inView, NSText editor, NSObject delegateObject, nint selStart, nint selLength ) : void
aRect CGRect
inView NSView
editor NSText
delegateObject NSObject
selStart nint
selLength nint
return void