[gtkmm/dboles/fix-compilation: 1/3] TextView: ::populate-popup is gone in GTK 4



commit 65131021a5ff33887ad77cedf89d9e04028d47f0
Author: Daniel Boles <dboles src gnome org>
Date:   Sat Jun 15 19:17:08 2019 +0100

    TextView: ::populate-popup is gone in GTK 4
    
    another casualty of the big reworking of how menus et al. work in GTK

 gtk/src/textview.hg | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gtk/src/textview.hg b/gtk/src/textview.hg
index 77a29ffe..8b148687 100644
--- a/gtk/src/textview.hg
+++ b/gtk/src/textview.hg
@@ -202,7 +202,6 @@ public:
   _WRAP_METHOD(bool get_monospace() const, gtk_text_view_get_monospace)
 
 #m4 _CONVERSION(`Container*',`GtkWidget*',`($3)->Widget::gobj()')
-  _WRAP_SIGNAL(void populate_popup(Container* popup), "populate_popup")
   _WRAP_SIGNAL(void set_anchor(), "set_anchor")
 
 #m4 _CONVERSION(`const char*',`const Glib::ustring&',__GCHARP_TO_USTRING)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]