C# Класс Tomboy.TaskManager.ColorTag

Dummy class for coloring priorities
Наследование: DynamicNoteTag
Показать файл Открыть проект

Открытые методы

Метод Описание
Initialize ( string element_name ) : void
setColor ( Priority p ) : void

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

Описание методов

Initialize() публичный Метод

public Initialize ( string element_name ) : void
element_name string
Результат void

setColor() публичный Метод

Sets the foreground color according to the priority as hardcoded in PriorityUtils
public setColor ( Priority p ) : void
p Priority /// A ///
Результат void