summaryrefslogtreecommitdiff
path: root/src/uicmd.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-11-19 18:49:54 +0100
committerjcid <devnull@localhost>2007-11-19 18:49:54 +0100
commitea998e1c7dd08208f0e2bbdc31bae9677b8536b7 (patch)
treebca2902372b7f534c5624934aa2024e32f2e3ca2 /src/uicmd.hh
parent256fc28baf951ab2a8a47c10fbbec3edcf28c96c (diff)
- Bound Ctrl+Space to fullscreen toggle.
- Bound preliminar find text support. - Added better pixmaps for Img On/Off icon.
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r--src/uicmd.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh
index 13d7a948..85ed573f 100644
--- a/src/uicmd.hh
+++ b/src/uicmd.hh
@@ -27,6 +27,9 @@ void a_UIcmd_search_dialog(void *vbw);
void a_UIcmd_book(void *vbw);
void a_UIcmd_add_bookmark(BrowserWindow *bw, const DilloUrl *url);
void a_UIcmd_fullscreen_toggle(BrowserWindow *bw);
+void a_UIcmd_findtext_dialog(BrowserWindow *bw);
+void a_UIcmd_findtext_search(BrowserWindow *bw, const char *key, int case_sens);
+void a_UIcmd_findtext_reset(BrowserWindow *bw);
void a_UIcmd_page_popup(void *vbw, const DilloUrl *url,
const char *bugs_txt, int prefs_load_images);
void a_UIcmd_link_popup(void *vbw, const DilloUrl *url);