add Custom() close window method

This commit is contained in:
Jeff Carr 2025-03-03 23:49:36 -06:00
parent 18fc6238df
commit f98a8fdd89
1 changed files with 1 additions and 0 deletions

View File

@ -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 {