ELinks 0.18.0
|
#include "bfu/dialog.h"
#include "bfu/hierbox.h"
#include "terminal/terminal.h"
#include "session/session.h"
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 |
void bookmark_manager | ( | struct session * | ses | ) |
void bookmark_terminal_tabs_dialog | ( | struct terminal * | term | ) |
void free_last_searched_bookmark | ( | void | ) |
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.
term | The terminal in which the dialog box should appear. |
parent | The bookmark manager, or NULL if the user requested this action from somewhere else. |
ses | If title or url is NULL, get defaults from the current document of ses. |
title | The initial title of the new bookmark, in the encoding of term. NULL means use ses. |
url | The initial URL of the new bookmark, in the encoding of term. NULL means use ses. |
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 ) |
|
extern |