Mercurial > dillo_port1.3
diff src/menu.hh @ 22:571f09e42ab6
- Hooked "Activate" to the form_receiver.
- Connected the plain page context menu.
- Added code for the image menu (not hooked yet though).
- Added a image-loading toggle button to the UI (not functional yet).
author | jcid |
---|---|
date | Mon, 29 Oct 2007 15:51:30 +0100 |
parents | 4a5942beffdf |
children | 224c9f547b39 |
line wrap: on
line diff
--- a/src/menu.hh Sun Oct 28 01:15:19 2007 +0200 +++ b/src/menu.hh Mon Oct 29 15:51:30 2007 +0100 @@ -10,6 +10,8 @@ void a_Menu_page_popup(BrowserWindow *bw, const DilloUrl *url, const char *bugs_txt); void a_Menu_link_popup(BrowserWindow *bw, const DilloUrl *url); +void a_Menu_image_popup(BrowserWindow *bw, const DilloUrl *url, + DilloUrl *link_url); void a_Menu_bugmeter_popup(BrowserWindow *bw, const DilloUrl *url); void a_Menu_history_popup(BrowserWindow *bw, int direction);