package
1.4.0
Repository: https://github.com/gcla/gowid.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Interfaces

IWidget is implemented by any widget that contains exactly one exposed subwidget (ICompositeWidget), that can distinguish itself from another IWidget (via the ID() function), and that can track a mouse click prior to a mouse release (simply with a bool flag, in this case).