C# Class CmisSync.CmisTree.StatusCellRenderer

Inheritance: Gtk.CellRendererText
Exibir arquivo Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
StatusCellRenderer ( ) : System

Initializes a new instance of the CmisSync.CmisTree.StatusCellRenderer class with a default foreground color

StatusCellRenderer ( Gdk foreground ) : System

Initializes a new instance of the CmisSync.CmisTree.StatusCellRenderer class with the given foreground color

Method Details

StatusCellRenderer() public method

Initializes a new instance of the CmisSync.CmisTree.StatusCellRenderer class with a default foreground color
public StatusCellRenderer ( ) : System
return System

StatusCellRenderer() public method

Initializes a new instance of the CmisSync.CmisTree.StatusCellRenderer class with the given foreground color
public StatusCellRenderer ( Gdk foreground ) : System
foreground Gdk /// Foreground. ///
return System