]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkwidget.h
Add missing NULL on valist.
[~andy/gtk] / gtk / gtkwidget.h
index 3343045d24ba2d6ac19f7500c2df2f5b5799bcaa..9e37df24f96f86e41ba2ee2685de881891f9f778 100644 (file)
@@ -377,8 +377,11 @@ struct _GtkWidgetClass
                                    GtkSelectionData   *selection_data,
                                    guint               info,
                                    guint               time);
+
+  /* Signals used only for keybindings */
+  void (* popup_menu)              (GtkWidget          *widget);
   
-  /* Padding for future expandsion */
+  /* Padding for future expansion */
   GtkFunction pad1;
   GtkFunction pad2;
   GtkFunction pad3;