summaryrefslogtreecommitdiffstatshomepage
path: root/action.go
diff options
context:
space:
mode:
Diffstat (limited to 'action.go')
-rw-r--r--action.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/action.go b/action.go
index de123932..c5c29869 100644
--- a/action.go
+++ b/action.go
@@ -95,6 +95,10 @@ func (a *Action) release() {
}
}
+func (a *Action) Menu() *Menu {
+ return a.menu
+}
+
func (a *Action) Checkable() bool {
return a.checkable
}