Calum Lind 366b10f07b [GTK3] Fix displaying column popup menu
Right-clicking on column header resulted in this error:

    TypeError: could not convert type EventButton to GdkEvent required for parameter 0

The following fixes and cleans up the issue:
- Move the signal creation to the class, using the __gsignals__ dict.
- Replace `Event` with `object` since we are passing an EventButton as
Gtk3 no longer accepts it as an Event.
- Replace deprecated menu `popup()` with `popup_at_pointer()` which also
fixes a critical gdk error when using `popup()`.
2018-11-02 08:45:39 +00:00
..
2018-10-25 15:14:19 +01:00
2011-07-13 21:49:25 +01:00
2018-10-25 15:14:19 +01:00
2018-10-25 15:14:19 +01:00
2018-10-03 15:21:53 +01:00
2018-10-03 15:21:53 +01:00
2018-10-03 15:21:53 +01:00