Dillo v3.1.1-98-g318d1f14
|
#include <unistd.h>
#include <stdio.h>
#include <math.h>
#include "keys.hh"
#include "ui.hh"
#include "msg.h"
#include "timeout.hh"
#include "utf8.hh"
#include "tipwin.hh"
#include <FL/Fl.H>
#include <FL/Fl_Pixmap.H>
#include <FL/Fl_Box.H>
#include <FL/names.h>
#include "pixmaps.h"
#include "uicmd.hh"
#include "history.h"
#include "nav.h"
Go to the source code of this file.
Functions | |
static void | search_cb (Fl_Widget *wid, void *data) |
Callback for the search button. | |
static void | help_cb (Fl_Widget *w, void *) |
Callback for the help button. | |
static void | filemenu_cb (Fl_Widget *wid, void *) |
Callback for the File menu button. | |
static void | clear_cb (Fl_Widget *w, void *data) |
Callback for the location's clear-button. | |
static void | location_cb (Fl_Widget *wid, void *data) |
Send the browser to the new URL in the location. | |
static void | b1_cb (Fl_Widget *wid, void *cb_data) |
Callback handler for button press on the panel. | |
static void | bugmeter_cb (Fl_Widget *wid, void *data) |
Callback for the bug meter button. | |
Variables | |
static struct iconset | standard_icons |
static struct iconset | small_icons |
static struct iconset * | icons = &standard_icons |
|
static |
Callback handler for button press on the panel.
Definition at line 303 of file ui.cc.
References _MSG, a_UIcmd_back(), a_UIcmd_back_popup(), a_UIcmd_book(), a_UIcmd_forw(), a_UIcmd_forw_popup(), a_UIcmd_get_bw_by_widget(), a_UIcmd_home(), a_UIcmd_reload(), a_UIcmd_save(), a_UIcmd_stop(), a_UIcmd_tools(), UI_BACK, UI_BOOK, UI_FORW, UI_HOME, UI_RELOAD, UI_SAVE, UI_STOP, UI_TOOLS, and VOIDP2INT.
Referenced by UI::make_button().
|
static |
Callback for the bug meter button.
Definition at line 367 of file ui.cc.
References a_UIcmd_bugmeter_popup(), a_UIcmd_get_bw_by_widget(), and a_UIcmd_view_page_bugs().
Referenced by UI::make_status_bar().
|
static |
Callback for the location's clear-button.
Definition at line 271 of file ui.cc.
References UI::focus_location(), UI::paste_url(), and UI::set_location().
Referenced by UI::make_location().
|
static |
Callback for the File menu button.
Definition at line 260 of file ui.cc.
References a_UIcmd_file_popup(), and a_UIcmd_get_bw_by_widget().
|
static |
Callback for the help button.
Definition at line 240 of file ui.cc.
References a_UIcmd_get_bw_by_widget(), a_UIcmd_open_urlstr(), dFree(), dStrconcat(), MSG, and path().
Referenced by UI::make_location().
|
static |
Send the browser to the new URL in the location.
Definition at line 287 of file ui.cc.
References _MSG, a_UIcmd_get_bw_by_widget(), a_UIcmd_open_urlstr(), UI::panels_toggle(), and UI::temporaryPanels().
Referenced by UI::make_location().
|
static |
Callback for the search button.
Definition at line 228 of file ui.cc.
References a_UIcmd_get_bw_by_widget(), and a_UIcmd_search_dialog().
Referenced by UI::make_location().
|
static |
Definition at line 85 of file ui.cc.
Referenced by UI::make_location(), UI::make_panel(), UI::make_status_bar(), UI::make_toolbar(), and UI::set_bug_prog().
|
static |
Definition at line 65 of file ui.cc.
Referenced by UI::change_panel(), and UI::make_panel().
|
static |
Definition at line 46 of file ui.cc.
Referenced by UI::make_panel().