diff options
| author | Jeff Carr <[email protected]> | 2025-03-03 02:12:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-03 02:12:54 -0600 |
| commit | 6d1dfed3db9c08b85fd40c1592edf3c730b5b348 (patch) | |
| tree | d46ec5b2442c94e95d105dbde89d967d51b5ccc6 /structs.go | |
| parent | 65cf744a8643d63780fed3fc2f60cbe289f54cac (diff) | |
set global options in init
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
