We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f1d42 commit 20144e5Copy full SHA for 20144e5
gi/button.go
@@ -350,13 +350,6 @@ func (bt *Button) OpenMenu(e events.Event) bool {
350
//////////////////////////////////////////////////////////////////
351
// Events
352
353
-func (bt *Button) ShowContextMenu(e events.Event) {
354
- bt.OpenMenu(e)
355
-}
356
-
357
-func (bt *Button) HandleClickMenu() {
358
359
360
func (bt *Button) HandleClickDismissMenu() {
361
// note: must be called last so widgets aren't deleted when the click arrives
362
bt.OnLast(events.Click, func(e events.Event) {
0 commit comments