Commit 5b42ae5
committed
[GTK] Support popup menu on Gtk 4
Gtk 3 "popup-menu" signal no longer exists on Gtk 4 thus popup menu has
to be handled by the generic "gesture-press".
Renamed the Gtk 3 handler to acknowledge the fact it doesn't belong to
Gtk 4 port and removed wrong effort to port the popup-menu handler to
Gtk 4.1 parent 5f77aac commit 5b42ae5
File tree
2 files changed
+9
-17
lines changed- bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets
2 files changed
+9
-17
lines changedLines changed: 7 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3421 | 3421 | | |
3422 | 3422 | | |
3423 | 3423 | | |
3424 | | - | |
3425 | | - | |
| 3424 | + | |
| 3425 | + | |
3426 | 3426 | | |
3427 | 3427 | | |
3428 | 3428 | | |
3429 | 3429 | | |
3430 | 3430 | | |
3431 | 3431 | | |
3432 | 3432 | | |
3433 | | - | |
3434 | | - | |
| 3433 | + | |
| 3434 | + | |
3435 | 3435 | | |
3436 | 3436 | | |
3437 | 3437 | | |
3438 | 3438 | | |
3439 | | - | |
| 3439 | + | |
3440 | 3440 | | |
3441 | 3441 | | |
3442 | 3442 | | |
| |||
4240 | 4240 | | |
4241 | 4241 | | |
4242 | 4242 | | |
4243 | | - | |
| 4243 | + | |
4244 | 4244 | | |
4245 | 4245 | | |
4246 | | - | |
4247 | | - | |
4248 | | - | |
4249 | | - | |
4250 | | - | |
4251 | | - | |
4252 | | - | |
4253 | | - | |
4254 | | - | |
| 4246 | + | |
4255 | 4247 | | |
4256 | 4248 | | |
4257 | 4249 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1061 | 1061 | | |
1062 | 1062 | | |
1063 | 1063 | | |
1064 | | - | |
| 1064 | + | |
1065 | 1065 | | |
1066 | 1066 | | |
1067 | 1067 | | |
| |||
2592 | 2592 | | |
2593 | 2593 | | |
2594 | 2594 | | |
2595 | | - | |
| 2595 | + | |
2596 | 2596 | | |
2597 | 2597 | | |
2598 | 2598 | | |
| |||
0 commit comments