summaryrefslogtreecommitdiff
path: root/gtk/gtktextprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-04-08 04:27:59 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-06-13 11:59:50 +0000
commita28d5d188882a5ca6998a8fcca0e23ea4515d3f5 (patch)
tree8ecff05a6251e6af6a6ee01ceb37bd5f60b61aa7 /gtk/gtktextprivate.h
parentcbc0a8447d12aee306d2c2e56a53527384142240 (diff)
downloadgtk+-a28d5d188882a5ca6998a8fcca0e23ea4515d3f5.tar.gz
text, entry: Implement context menu api
Drop the ::populate-popup signal and implement the new context menu api.
Diffstat (limited to 'gtk/gtktextprivate.h')
-rw-r--r--gtk/gtktextprivate.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtktextprivate.h b/gtk/gtktextprivate.h
index ec1d0af6d2..daeed71bce 100644
--- a/gtk/gtktextprivate.h
+++ b/gtk/gtktextprivate.h
@@ -34,9 +34,6 @@ typedef struct _GtkTextClass GtkTextClass;
/*<private>
* GtkTextClass:
* @parent_class: The parent class.
- * @populate_popup: Class handler for the #GtkText::populate-popup signal. If
- * non-%NULL, this will be called to add additional entries to the context
- * menu when it is displayed.
* @activate: Class handler for the #GtkText::activate signal. The default
* implementation activates the gtk.activate-default action.
* @move_cursor: Class handler for the #GtkText::move-cursor signal. The
@@ -70,10 +67,6 @@ struct _GtkTextClass
{
GtkWidgetClass parent_class;
- /* Hook to customize right-click popup */
- void (* populate_popup) (GtkText *self,
- GtkWidget *popup);
-
/* Action signals
*/
void (* activate) (GtkText *self);