This commit is contained in:
cuu
2018-11-25 02:21:29 +08:00
parent 7b9f42ac2e
commit 515763d954
9 changed files with 275 additions and 39 deletions

View File

@@ -12,10 +12,13 @@ import (
)
type TextItemInterface interface{
IconItemInterface
GetBold() bool
SetBold(bold bool)
GetStr() string
Draw()
}