Dillo
v3.2.0-10-gc247d95a
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
f
g
i
k
m
n
p
r
s
t
u
w
Variables
Typedefs
Enumerations
Enumerator
b
c
d
f
h
i
l
m
n
o
p
r
s
t
v
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
a
b
c
d
e
g
i
l
m
n
o
p
q
r
s
t
u
w
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
w
Variables
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
m
n
t
u
v
Enumerations
a
c
d
f
i
k
n
o
p
u
x
Enumerator
a
b
c
d
f
g
h
i
k
m
n
p
q
r
s
t
u
x
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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 Mar 30 2025 01:42:34 for Dillo by
1.9.8