diff options
| author | Jeff Carr <[email protected]> | 2021-10-25 05:25:10 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-25 05:25:10 -0500 |
| commit | cbb777cb3dabee7fd7a9979bf4690a4ebf593666 (patch) | |
| tree | ec63d5e221cc53984cba38f3dcfb35e1a9c4e343 /structs.go | |
| parent | 4e5c26419d6c411ba04c57cb7b8062e73f695cec (diff) | |
EXAMPLE: correctly add a tab to the example app
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ type GuiConfig struct { Width int Height int Debug bool + DebugNode bool + DebugTabs bool DebugTable bool Exit func(*GuiWindow) |
