summaryrefslogtreecommitdiff
path: root/treeInit.go
diff options
context:
space:
mode:
Diffstat (limited to 'treeInit.go')
-rw-r--r--treeInit.go19
1 files changed, 19 insertions, 0 deletions
diff --git a/treeInit.go b/treeInit.go
index 55faaa6..40b5157 100644
--- a/treeInit.go
+++ b/treeInit.go
@@ -1,6 +1,25 @@
// Copyright 2017-2025 WIT.COM Inc. All rights reserved.
// Use of this source code is governed by the GPL 3.0
+/*
+ DO NOT EDIT THIS FILE
+
+ this file is the same for every GUI toolkit plugin
+ when you are making a new GUI toolkit plugin for
+ a specific toolkit, you just need to define these
+ functions.
+
+ for example, in the "gocui" toolkit, the functions
+ below are what triggers the "gocui" GO package
+ to draw labels, buttons, windows, etc
+
+ If you are starting out trying to make a new GUI toolkit,
+ all you have to do is copy this file over. Then
+ work on making these functions. addWidget(), setText(), etc.
+
+ That's it!
+*/
+
package main
/*