Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
menu.hh File Reference
#include "bw.h"
Include dependency graph for menu.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void a_Menu_page_popup (BrowserWindow *bw, const DilloUrl *url, bool_t has_bugs, void *v_cssUrls)
 Page popup menu (construction & popup)
 
void a_Menu_link_popup (BrowserWindow *bw, const DilloUrl *url)
 Link popup menu (construction & 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)
 
void a_Menu_form_popup (BrowserWindow *bw, const DilloUrl *page_url, void *vform, bool_t showing_hiddens)
 Form popup menu (construction & popup)
 
void a_Menu_file_popup (BrowserWindow *bw, void *v_wid)
 File popup menu (construction & popup)
 
void a_Menu_bugmeter_popup (BrowserWindow *bw, const DilloUrl *url)
 Bugmeter popup menu (construction & popup)
 
void a_Menu_history_popup (BrowserWindow *bw, int x, int y, int direction)
 Navigation History popup menu (construction & popup).
 
void a_Menu_tools_popup (BrowserWindow *bw, int x, int y)
 Tools popup menu (construction & popup).
 

Function Documentation

◆ a_Menu_bugmeter_popup()

void a_Menu_bugmeter_popup ( BrowserWindow bw,
const DilloUrl url 
)

◆ a_Menu_file_popup()

void a_Menu_file_popup ( BrowserWindow bw,
void *  v_wid 
)

◆ 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 at line 531 of file menu.cc.

References a_Timeout_add(), a_Url_dup(), a_Url_free(), Menu_form_hiddens_cb(), Menu_form_reset_cb(), Menu_form_submit_cb(), Menu_popup_cb(), popup_bw, popup_form, popup_url, popup_x, and popup_y.

Referenced by a_UIcmd_form_popup().

◆ a_Menu_history_popup()

void a_Menu_history_popup ( BrowserWindow bw,
int  x,
int  y,
int  direction 
)

Navigation History popup menu (construction & popup).

direction: {backward = -1, forward = 1}

Definition at line 618 of file menu.cc.

References a_History_get_title(), a_Timeout_add(), a_UIcmd_get_history(), dFree(), history_direction, history_list, INT2VOIDP, Menu_history_cb(), Menu_simple_popup_cb(), popup_bw, popup_x, and popup_y.

Referenced by a_UIcmd_back_popup(), and a_UIcmd_forw_popup().

◆ a_Menu_image_popup()

void a_Menu_image_popup ( BrowserWindow bw,
const DilloUrl url,
bool_t  loaded_img,
DilloUrl page_url,
DilloUrl link_url 
)

◆ a_Menu_link_popup()

void a_Menu_link_popup ( BrowserWindow bw,
const DilloUrl url 
)

Link popup menu (construction & popup)

Definition at line 454 of file menu.cc.

References a_Timeout_add(), a_Url_dup(), a_Url_free(), link_menu, Menu_popup_cb(), Menu_set_link_menu_user_data(), popup_bw, popup_url, popup_x, and popup_y.

Referenced by a_UIcmd_link_popup().

◆ a_Menu_page_popup()

◆ a_Menu_tools_popup()