summaryrefslogtreecommitdiff
path: root/src/gtkext/easygtk.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-07-28 16:51:16 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-07-28 16:51:16 (GMT)
commit16ce1225f1faf51d7cb8eba4f7fb8b5ec2fac2a2 (patch)
treebd21d3b992f694c6402bda0864be37a1fc71668a /src/gtkext/easygtk.h
parente0dac33fc96a338e13547af3edfc5d4e914b67a2 (diff)
Replaced all calls to the deprecated gtk_menu_popup() function.
Diffstat (limited to 'src/gtkext/easygtk.h')
-rw-r--r--src/gtkext/easygtk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gtkext/easygtk.h b/src/gtkext/easygtk.h
index fee45db..f274301 100644
--- a/src/gtkext/easygtk.h
+++ b/src/gtkext/easygtk.h
@@ -127,9 +127,6 @@ GtkWidget *qck_create_tool_separator(GObject *, const char *);
/* Affiche une boîte de dialogue offrant un choix "Oui/Non". */
gint qck_show_question(GtkWindow *, const char *, const char *);
-/* Détermine la position d'un menu associé à un composant. */
-void attach_popup_menu_to_widget(GtkMenu *, gint *, gint *, gboolean *, GtkWidget *);
-
/* Fait défiler une liste jusqu'à un point donné. */
void scroll_to_treeview_iter(GtkTreeView *, GtkTreeModel *, GtkTreeIter *);