diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-04-17 02:02:41 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-17 02:02:41 +0800 |
commit | 3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789 (patch) | |
tree | 5ff81bb6b71d998e15426ea23af855b28e007243 /src/bookmarks/ephy-node-view.h | |
parent | 4bc1338f7943928d6abaac5b955c2a86f5ddc8e6 (diff) | |
download | gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar.gz gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar.bz2 gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar.lz gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar.xz gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.tar.zst gsoc2013-epiphany-3d8d6c2a763f3f8cdb69719763ebe3cbeeaab789.zip |
Add a way to decide if the view is target. The impl is an hack but we keep
2003-04-16 Marco Pesenti Gritti <marco@it.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c: (cmd_rename),
(cmd_delete), (cmd_select_all),
(ephy_bookmarks_editor_update_menu),
(ephy_bookmarks_editor_show_popup_cb),
(keyword_node_show_popup_cb), (menu_activate_cb):
* src/bookmarks/ephy-node-view.c: (ephy_node_view_key_press_cb),
(ephy_node_view_button_press_cb), (ephy_node_view_construct),
(ephy_node_view_is_editing), (ephy_node_view_is_target):
* src/bookmarks/ephy-node-view.h:
Add a way to decide if the view is target. The impl is an hack
but we keep ephy-bookmarks clean. The best we can do right now.
Diffstat (limited to 'src/bookmarks/ephy-node-view.h')
-rw-r--r-- | src/bookmarks/ephy-node-view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-node-view.h b/src/bookmarks/ephy-node-view.h index f41b59489..43006449e 100644 --- a/src/bookmarks/ephy-node-view.h +++ b/src/bookmarks/ephy-node-view.h @@ -94,6 +94,8 @@ void ephy_node_view_edit (EphyNodeView *view); gboolean ephy_node_view_is_editing (EphyNodeView *view); +gboolean ephy_node_view_is_target (EphyNodeView *view); + G_END_DECLS #endif /* EPHY_NODE_VIEW_H */ |