Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lxn/walk
/ SplitButton
Struct
SplitButton
splitbutton.go:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
)
16
17
type
SplitButton
struct
{
18
Button
19
menu *Menu
20
}
21
22
func
NewSplitButton(parent Container) (*SplitButton, error) {
23
sb := new(SplitButton)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected