diff options
| -rw-r--r-- | structs.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -161,3 +161,8 @@ type Node struct { AtW int AtH int } + +type Widget interface { + Node() *Node + String() string +} |
![]() |
index : go.wit.com/gui.git | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | structs.go | 5 |
@@ -161,3 +161,8 @@ type Node struct { AtW int AtH int } + +type Widget interface { + Node() *Node + String() string +} |