diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-07-23 18:03:56 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-07-23 18:03:56 +0800 |
commit | 456d9144bd889aa71e277fc9e7b06f3d654931cf (patch) | |
tree | c687c5665f334e623c98a7519217483215173c0a /lib/ephy-marshal.list | |
parent | dc446979575a5a845199a48c926c34df0ef9d49e (diff) | |
download | gsoc2013-epiphany-456d9144bd889aa71e277fc9e7b06f3d654931cf.tar gsoc2013-epiphany-456d9144bd889aa71e277fc9e7b06f3d654931cf.tar.gz gsoc2013-epiphany-456d9144bd889aa71e277fc9e7b06f3d654931cf.tar.bz2 gsoc2013-epiphany-456d9144bd889aa71e277fc9e7b06f3d654931cf.tar.lz gsoc2013-epiphany-456d9144bd889aa71e277fc9e7b06f3d654931cf.tar.xz gsoc2013-epiphany-456d9144bd889aa71e277fc9e7b06f3d654931cf.tar.zst gsoc2013-epiphany-456d9144bd889aa71e277fc9e7b06f3d654931cf.zip |
Add support for toggles. When editing is canceled remove the node.
2004-07-23 Marco Pesenti Gritti <marco@gnome.org>
* lib/ephy-marshal.list:
* lib/widgets/ephy-node-view.c: (path_toggled),
(ephy_node_view_key_press_cb), (get_selection_refs),
(ephy_node_view_button_press_cb), (cell_renderer_edited),
(renderer_editing_canceled_cb), (ephy_node_view_add_column),
(ephy_node_view_init), (ephy_node_view_edit),
(ephy_node_view_constructor), (ephy_node_view_add_toggle),
(ephy_node_view_class_init):
* lib/widgets/ephy-node-view.h:
Add support for toggles. When editing is canceled remove
the node.
* src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_add):
* src/bookmarks/ephy-topics-selector.c:
(ephy_topics_selector_get_type),
(ephy_topics_selector_set_bookmarks),
(ephy_topics_selector_set_property), (ephy_topics_selector_apply),
(provide_toggle), (ephy_topics_selector_constructor),
(topic_destroy_cb), (node_toggled_cb), (ephy_topics_selector_init),
(ephy_topics_selector_new), (ephy_topics_selector_new_topic),
(ephy_topics_selector_class_init):
* src/bookmarks/ephy-topics-selector.h:
Use EphyNodeView instead of a list store. Share a lot of code
and we get updating for free. Fix bug #144770
Diffstat (limited to 'lib/ephy-marshal.list')
-rw-r--r-- | lib/ephy-marshal.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-marshal.list b/lib/ephy-marshal.list index 425418825..a31b373fc 100644 --- a/lib/ephy-marshal.list +++ b/lib/ephy-marshal.list @@ -3,6 +3,7 @@ BOOLEAN:OBJECT BOOLEAN:STRING, STRING VOID:INT,INT VOID:POINTER,INT +VOID:POINTER,BOOLEAN VOID:POINTER,POINTER VOID:STRING,INT VOID:STRING,INT,INT |