then titlebar and footbar

This commit is contained in:
cuu
2018-06-15 22:57:33 +08:00
parent b06a60ec38
commit d4e83803d8
10 changed files with 332 additions and 12 deletions

View File

@@ -1,16 +1,32 @@
package main
import (
"../../UI"
"../../../UI"
)
type HelloWorldPlugin struct {
UI.Plugin
type HelloWorldPage struct {
UI.Page
}
type HelloWorldPlugin struct {
UI.Plugin
}
func (self *HelloWorldPlugin) Init( main_screen *UI.MainScreen ) {
}
func (self *HelloWorldPlugin) Run( main_screen *UI.MainScreen ) {
}
var APIOBJ HelloWorldPlugin