mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-20 19:02:58 +01:00
abs=>Abs
This commit is contained in:
@@ -190,6 +190,7 @@ type PageInterface interface {
|
||||
DrawIcons()
|
||||
|
||||
GetName() string
|
||||
SetName(n string)
|
||||
GetFootMsg() [5]string
|
||||
|
||||
KeyDown( ev *event.Event)
|
||||
@@ -979,6 +980,10 @@ func (self *Page) GetName() string {
|
||||
return self.Name
|
||||
}
|
||||
|
||||
func (self *Page) SetName(n string) {
|
||||
self.Name = n
|
||||
}
|
||||
|
||||
func (self *Page) SetIndex(idx int) {
|
||||
self.Index = idx
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user