This website requires JavaScript.
Explore
Help
Sign In
schobers
/
zntg
Watch
1
Star
0
Fork
0
You've already forked zntg
Code
Issues
Pull Requests
Releases
Wiki
Activity
5dcecb8cc1
zntg
/
ui
/
overlay.go
9 lines
68 B
Go
Raw
Normal View
History
Unescape
Escape
Added callbacks & events when visibility of an overlay changes. Added proxy that proxies overlay callbacks as well (on top of control callbacks).
2020-05-16 08:12:54 +00:00
package
ui
type
Overlay
interface
{
Renamed Overlay callbacks & extended interface of Overlay (must be a Control as well).
2020-05-16 08:57:14 +00:00
Control
Shown
(
)
Hidden
(
)
Added callbacks & events when visibility of an overlay changes. Added proxy that proxies overlay callbacks as well (on top of control callbacks).
2020-05-16 08:12:54 +00:00
}
Reference in New Issue
Copy Permalink