Dillo
v3.1.1-119-g140d9ebd
Loading...
Searching...
No Matches
menu.hh
Go to the documentation of this file.
1
#ifndef __MENU_HH__
2
#define __MENU_HH__
3
4
#include "
bw.h
"
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
/* __cplusplus */
9
10
void
a_Menu_page_popup
(
BrowserWindow
*bw,
const
DilloUrl
*url,
11
bool_t
has_bugs,
void
*v_cssUrls);
12
void
a_Menu_link_popup
(
BrowserWindow
*bw,
const
DilloUrl
*url,
13
const
DilloUrl
*page_url);
14
void
a_Menu_image_popup
(
BrowserWindow
*bw,
const
DilloUrl
*url,
15
bool_t
loaded_img,
DilloUrl
*page_url,
16
DilloUrl
*link_url);
17
void
a_Menu_form_popup
(
BrowserWindow
*bw,
const
DilloUrl
*page_url,
18
void
*vform,
bool_t
showing_hiddens);
19
void
a_Menu_file_popup
(
BrowserWindow
*bw,
void
*v_wid);
20
void
a_Menu_bugmeter_popup
(
BrowserWindow
*bw,
const
DilloUrl
*url);
21
void
a_Menu_history_popup
(
BrowserWindow
*bw,
int
x,
int
y,
int
direction);
22
void
a_Menu_tools_popup
(
BrowserWindow
*bw,
int
x,
int
y);
23
24
25
#ifdef __cplusplus
26
}
27
#endif
/* __cplusplus */
28
29
#endif
/* MENU_HH */
30
bw.h
bool_t
unsigned char bool_t
Definition
d_size.h:21
a_Menu_page_popup
void a_Menu_page_popup(BrowserWindow *bw, const DilloUrl *url, bool_t has_bugs, void *v_cssUrls)
Page popup menu (construction & popup)
Definition
menu.cc:355
a_Menu_file_popup
void a_Menu_file_popup(BrowserWindow *bw, void *v_wid)
File popup menu (construction & popup)
Definition
menu.cc:658
a_Menu_form_popup
void a_Menu_form_popup(BrowserWindow *bw, const DilloUrl *page_url, void *vform, bool_t showing_hiddens)
Form popup menu (construction & popup)
Definition
menu.cc:630
a_Menu_tools_popup
void a_Menu_tools_popup(BrowserWindow *bw, int x, int y)
Tools popup menu (construction & popup).
Definition
menu.cc:830
a_Menu_link_popup
void a_Menu_link_popup(BrowserWindow *bw, const DilloUrl *url, const DilloUrl *page_url)
Link popup menu (construction & popup)
Definition
menu.cc:550
a_Menu_image_popup
void a_Menu_image_popup(BrowserWindow *bw, const DilloUrl *url, bool_t loaded_img, DilloUrl *page_url, DilloUrl *link_url)
Image popup menu (construction & popup)
Definition
menu.cc:571
a_Menu_bugmeter_popup
void a_Menu_bugmeter_popup(BrowserWindow *bw, const DilloUrl *url)
Bugmeter popup menu (construction & popup)
Definition
menu.cc:691
a_Menu_history_popup
void a_Menu_history_popup(BrowserWindow *bw, int x, int y, int direction)
Navigation History popup menu (construction & popup).
Definition
menu.cc:717
BrowserWindow
Contains the specific data for a single window.
Definition
bw.h:27
DilloUrl
Definition
url.h:88
src
menu.hh
Generated on Sun Dec 22 2024 01:29:45 for Dillo by
1.9.8