Mercurial > dillo_port1.3
comparison 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 |
comparison
equal
deleted
inserted
replaced
21:5f70fced5e00 | 22:571f09e42ab6 |
---|---|
8 #endif /* __cplusplus */ | 8 #endif /* __cplusplus */ |
9 | 9 |
10 void a_Menu_page_popup(BrowserWindow *bw, const DilloUrl *url, | 10 void a_Menu_page_popup(BrowserWindow *bw, const DilloUrl *url, |
11 const char *bugs_txt); | 11 const char *bugs_txt); |
12 void a_Menu_link_popup(BrowserWindow *bw, const DilloUrl *url); | 12 void a_Menu_link_popup(BrowserWindow *bw, const DilloUrl *url); |
13 void a_Menu_image_popup(BrowserWindow *bw, const DilloUrl *url, | |
14 DilloUrl *link_url); | |
13 void a_Menu_bugmeter_popup(BrowserWindow *bw, const DilloUrl *url); | 15 void a_Menu_bugmeter_popup(BrowserWindow *bw, const DilloUrl *url); |
14 void a_Menu_history_popup(BrowserWindow *bw, int direction); | 16 void a_Menu_history_popup(BrowserWindow *bw, int direction); |
15 | 17 |
16 //--------------------- | 18 //--------------------- |
17 void a_Menu_popup_set_url(BrowserWindow *bw, const DilloUrl *url); | 19 void a_Menu_popup_set_url(BrowserWindow *bw, const DilloUrl *url); |