C# Class Tomboy.TaskManager.ColorTag

Dummy class for coloring priorities
Inheritance: DynamicNoteTag
Afficher le fichier Open project: rggjan/Tomboy-Todo-List

Méthodes publiques

Méthode 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 méthode

public Initialize ( string element_name ) : void
element_name string
Résultat void

setColor() public méthode

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