diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 16:59:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 16:59:13 -0600 |
| commit | 01b512ddb32486af82894e98b3733cb00c59b3f2 (patch) | |
| tree | b33ae6584ad7d35bb940392da57d6e349da8df2b /logsettings/structs.go | |
| parent | b9e6545c002f8a6825395ebd79cb9ba744335c27 (diff) | |
move to separate repov0.12.5
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'logsettings/structs.go')
| -rw-r--r-- | logsettings/structs.go | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/logsettings/structs.go b/logsettings/structs.go deleted file mode 100644 index 0637ac4..0000000 --- a/logsettings/structs.go +++ /dev/null @@ -1,22 +0,0 @@ -package logsettings - -import ( - "go.wit.com/gui/gui" - "go.wit.com/gui/gadgets" -) - -var myLogGui *LogSettings - -type LogSettings struct { - ready bool - hidden bool - err error - - groups map[string]*flagGroup - - parent *gui.Node // where to draw our window - win *gadgets.BasicWindow // our window for displaying the log package settings - - buttonG *gui.Node // the group of buttons - flagG *gui.Node // the group of all the flag checkbox widgets -} |
