From 3457aefa86ccc9bc6c4eda059e48ebcb8830b410 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 6 Jan 2024 05:24:11 -0600 Subject: add LinuxStatus() Signed-off-by: Jeff Carr --- linuxstatus/new.go | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 linuxstatus/new.go (limited to 'linuxstatus/new.go') diff --git a/linuxstatus/new.go b/linuxstatus/new.go new file mode 100644 index 0000000..0ce504c --- /dev/null +++ b/linuxstatus/new.go @@ -0,0 +1,17 @@ +// This creates a simple hello world window +package linuxstatus + +import ( +) + +func New() *LinuxStatus { + me = &LinuxStatus { + hidden: true, + ready: false, + } + + me.init = true + return me + + // me.window = gadgets.NewBasicWindow(me.myGui, "Linux OS Details") +} -- cgit v1.2.3