diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-26 02:59:25 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-26 02:59:25 +0800 |
commit | 5441932367ec2c7f07cffedf06bc0bcdbe2496fe (patch) | |
tree | a67d7c3e5ac21b33bc2951c2ac077f7dbc022311 /widgets/table/e-table-scrolled.h | |
parent | 0b2c3f424be242f217d5cd24c0655daaa4fdc6b2 (diff) | |
download | gsoc2013-evolution-5441932367ec2c7f07cffedf06bc0bcdbe2496fe.tar gsoc2013-evolution-5441932367ec2c7f07cffedf06bc0bcdbe2496fe.tar.gz gsoc2013-evolution-5441932367ec2c7f07cffedf06bc0bcdbe2496fe.tar.bz2 gsoc2013-evolution-5441932367ec2c7f07cffedf06bc0bcdbe2496fe.tar.lz gsoc2013-evolution-5441932367ec2c7f07cffedf06bc0bcdbe2496fe.tar.xz gsoc2013-evolution-5441932367ec2c7f07cffedf06bc0bcdbe2496fe.tar.zst gsoc2013-evolution-5441932367ec2c7f07cffedf06bc0bcdbe2496fe.zip |
Add "click" to the list of etable signals we proxy.
* e-table-scrolled.c: Add "click" to the list of etable signals we
proxy.
svn path=/trunk/; revision=6170
Diffstat (limited to 'widgets/table/e-table-scrolled.h')
-rw-r--r-- | widgets/table/e-table-scrolled.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-scrolled.h b/widgets/table/e-table-scrolled.h index 4cce278a49..fca9c7cd98 100644 --- a/widgets/table/e-table-scrolled.h +++ b/widgets/table/e-table-scrolled.h @@ -28,6 +28,7 @@ typedef struct { void (*cursor_change) (ETableScrolled *est, int row); void (*double_click) (ETableScrolled *est, int row); gint (*right_click) (ETableScrolled *est, int row, int col, GdkEvent *event); + gint (*click) (ETableScrolled *est, int row, int col, GdkEvent *event); gint (*key_press) (ETableScrolled *est, int row, int col, GdkEvent *event); } ETableScrolledClass; |