diff options
author | jcid <devnull@localhost> | 2007-11-19 18:49:54 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-11-19 18:49:54 +0100 |
commit | ea998e1c7dd08208f0e2bbdc31bae9677b8536b7 (patch) | |
tree | bca2902372b7f534c5624934aa2024e32f2e3ca2 /src/uicmd.hh | |
parent | 256fc28baf951ab2a8a47c10fbbec3edcf28c96c (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.hh | 3 |
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); |