ELinks 0.18.0
dialogs.h File Reference
#include "bfu/dialog.h"
#include "bfu/hierbox.h"
#include "terminal/terminal.h"
#include "session/session.h"
Include dependency graph for dialogs.h:
This graph shows which files directly or indirectly include this file:

Functions

void bookmark_manager (struct session *ses)
 
void launch_bm_add_dialog (struct terminal *term, struct dialog_data *parent, struct session *ses, char *title, char *url)
 Open a dialog box for adding a bookmark.
 
void launch_bm_add_doc_dialog (struct terminal *term, struct dialog_data *parent, struct session *ses)
 
void launch_bm_add_link_dialog (struct terminal *term, struct dialog_data *parent, struct session *ses)
 
void bookmark_terminal_tabs_dialog (struct terminal *term)
 
void free_last_searched_bookmark (void)
 

Variables

struct hierbox_browser bookmark_browser
 

Function Documentation

◆ bookmark_manager()

void bookmark_manager ( struct session * ses)

◆ bookmark_terminal_tabs_dialog()

void bookmark_terminal_tabs_dialog ( struct terminal * term)

◆ free_last_searched_bookmark()

void free_last_searched_bookmark ( void )

◆ launch_bm_add_dialog()

void launch_bm_add_dialog ( struct terminal * term,
struct dialog_data * parent,
struct session * ses,
char * title,
char * url )

Open a dialog box for adding a bookmark.

Parameters
termThe terminal in which the dialog box should appear.
parentThe bookmark manager, or NULL if the user requested this action from somewhere else.
sesIf title or url is NULL, get defaults from the current document of ses.
titleThe initial title of the new bookmark, in the encoding of term. NULL means use ses.
urlThe initial URL of the new bookmark, in the encoding of term. NULL means use ses.

◆ launch_bm_add_doc_dialog()

void launch_bm_add_doc_dialog ( struct terminal * term,
struct dialog_data * parent,
struct session * ses )

◆ launch_bm_add_link_dialog()

void launch_bm_add_link_dialog ( struct terminal * term,
struct dialog_data * parent,
struct session * ses )

Variable Documentation

◆ bookmark_browser

struct hierbox_browser bookmark_browser
extern