summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.h
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-08-02 05:34:08 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-08-02 05:34:08 +0000
commit4134499c25b8c071e47761e16d1d86a51c8500a6 (patch)
treec1bf511beb028d3b2b65e72783731ccda2824c96 /gtk/gtktextview.h
parent856064b03600d87960aef07e1fb0d404cca2c2ef (diff)
downloadgtk+-4134499c25b8c071e47761e16d1d86a51c8500a6.tar.gz
Add a new binding signal ::backspace, bind it to the backspace key, and
Mon Aug 2 01:30:03 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktextview.[hc]: * gtk/gtkentry.[hc]: Add a new binding signal ::backspace, bind it to the backspace key, and make it pay attention to the Pango backspace_deletes_character attribute. (#119891, Noah Levitt, patch by Theppitak Karoonboonyanan)
Diffstat (limited to 'gtk/gtktextview.h')
-rw-r--r--gtk/gtktextview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h
index 4041323d58..dca3881a28 100644
--- a/gtk/gtktextview.h
+++ b/gtk/gtktextview.h
@@ -189,6 +189,7 @@ struct _GtkTextViewClass
void (* delete_from_cursor) (GtkTextView *text_view,
GtkDeleteType type,
gint count);
+ void (* backspace) (GtkTextView *text_view);
/* cut copy paste */
void (* cut_clipboard) (GtkTextView *text_view);
@@ -210,7 +211,6 @@ struct _GtkTextViewClass
void (*_gtk_reserved5) (void);
void (*_gtk_reserved6) (void);
void (*_gtk_reserved7) (void);
- void (*_gtk_reserved8) (void);
};
GType gtk_text_view_get_type (void) G_GNUC_CONST;