C# Class Tomboy.TaskManager.ColorTag

Dummy class for coloring priorities
Inheritance: DynamicNoteTag
Mostra file Open project: rggjan/Tomboy-Todo-List

Public Methods

Method Description
Initialize ( string element_name ) : void
setColor ( Priority p ) : void

Sets the foreground color according to the priority as hardcoded in PriorityUtils

Method Details

Initialize() public method

public Initialize ( string element_name ) : void
element_name string
return void

setColor() public method

Sets the foreground color according to the priority as hardcoded in PriorityUtils
public setColor ( Priority p ) : void
p Priority /// A ///
return void