mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 02:12:46 +01:00
start Settings->Wifi
This commit is contained in:
@@ -10,6 +10,13 @@ import (
|
||||
"github.com/cuu/LauncherGo/sysgo"
|
||||
)
|
||||
|
||||
type WidgetInterface interface {
|
||||
Size() (int,int)
|
||||
NewSize(w,h int)
|
||||
Coord()(int,int)
|
||||
NewCoord(x,y int)
|
||||
}
|
||||
|
||||
type Widget struct {
|
||||
PosX int
|
||||
PosY int
|
||||
|
||||
Reference in New Issue
Block a user