diff options
author | Havoc Pennington <hp@redhat.com> | 2002-01-17 22:38:18 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-01-17 22:38:18 +0000 |
commit | 9e404f2a1e04e9ea17742b9e2823b50189104a54 (patch) | |
tree | 2362e3efce1cc927610984593457b8a1224f222d /gtk/gtkmarshalers.list | |
parent | cf25093441d43b9225ae0a1a7eceaa31ef3a3d49 (diff) | |
download | gtk+-9e404f2a1e04e9ea17742b9e2823b50189104a54.tar.gz |
new function (which I then decided not to use but I think it's needed to
2002-01-17 Havoc Pennington <hp@redhat.com>
* gtk/gtktextlayout.c (_gtk_text_layout_get_line_xrange): new
function (which I then decided not to use but I think it's needed
to fix #68963
* gtk/gtktextview.c: add page_horizontally action signal and
implement Ctrl+PgUp, Ctrl+PgDown based on patch from Padraig,
hackily modified to avoid adding GTK_MOVEMENT_ API. Part of
#53934
* gtk/gtkmarshalers.list: add NONE:INT,BOOL
Diffstat (limited to 'gtk/gtkmarshalers.list')
-rw-r--r-- | gtk/gtkmarshalers.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkmarshalers.list b/gtk/gtkmarshalers.list index 659b626f3b..d1e9159590 100644 --- a/gtk/gtkmarshalers.list +++ b/gtk/gtkmarshalers.list @@ -36,6 +36,7 @@ INT:POINTER NONE:BOOLEAN NONE:ENUM NONE:INT +NONE:INT,BOOL NONE:INT,INT NONE:NONE NONE:STRING,INT,POINTER |