diff options
| -rw-r--r-- | genericWindow.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/genericWindow.go b/genericWindow.go index f2695fd..1324c57 100644 --- a/genericWindow.go +++ b/genericWindow.go @@ -20,6 +20,7 @@ type GenericWindow struct { Group *gui.Node // the first item top box is always a group Middle *gui.Node // the middle box (shelf style) Bottom *gui.Node // the bottom box (stack style) + Custom func() // a user defined close() window function } func (gw *GenericWindow) Hidden() bool { |
