C# 클래스 Tomboy.TaskManager.ColorTag

Dummy class for coloring priorities
상속: DynamicNoteTag
파일 보기 프로젝트 열기: rggjan/Tomboy-Todo-List

공개 메소드들

메소드 설명
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