mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 10:22:41 +01:00
then titlebar and footbar
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user