From 6d1dfed3db9c08b85fd40c1592edf3c730b5b348 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 3 Mar 2025 02:12:54 -0600 Subject: set global options in init --- structs.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index b19367d..c85e859 100644 --- a/structs.go +++ b/structs.go @@ -140,6 +140,8 @@ type internalTK struct { callerTK *guiWidget // which widget called the dropdown menu wId int // the widget id to use active bool // is the internal widget currently in use? + offsetW int // width offset + offsetH int // height offset } // the desktop libnotify menu -- cgit v1.2.3