uiterm: prefix View methods with ui
This commit is contained in:
@@ -2,9 +2,9 @@ package uiterm
|
||||
|
||||
type View interface {
|
||||
uiInitialize(ui *Ui)
|
||||
setActive(active bool)
|
||||
setBounds(x0, y0, x1, y1 int)
|
||||
draw()
|
||||
keyEvent(mod Modifier, key Key)
|
||||
characterEvent(ch rune)
|
||||
uiSetActive(active bool)
|
||||
uiSetBounds(x0, y0, x1, y1 int)
|
||||
uiDraw()
|
||||
uiKeyEvent(mod Modifier, key Key)
|
||||
uiCharacterEvent(ch rune)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user