diff options
author | jcid <devnull@localhost> | 2008-09-18 00:16:38 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-18 00:16:38 +0200 |
commit | f9da96dd24c8f8c83a88d0ed77d562aa456a33c4 (patch) | |
tree | 6a950a2728516159bde5d3d0da5c932cbbb21542 /src/uicmd.hh | |
parent | d61666920e33d15d25ac6381e4f4c64f66165493 (diff) |
- Implemented tabbed browsing.
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r-- | src/uicmd.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh index b469beef..1dbf0d99 100644 --- a/src/uicmd.hh +++ b/src/uicmd.hh @@ -8,7 +8,7 @@ extern "C" { #endif /* __cplusplus */ -BrowserWindow *a_UIcmd_browser_window_new(int ww, int wh, const void *v_ui); +BrowserWindow *a_UIcmd_browser_window_new(int ww, int wh, const void *v_bw); void a_UIcmd_open_urlstr(void *vbw, const char *urlstr); void a_UIcmd_open_url(BrowserWindow *bw, const DilloUrl *url); void a_UIcmd_open_url_nw(BrowserWindow *bw, const DilloUrl *url); @@ -31,6 +31,8 @@ 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_focus_main_area(BrowserWindow *bw); +void a_UIcmd_focus_location(void *vbw); void a_UIcmd_page_popup(void *vbw, const DilloUrl *url, const char *bugs_txt, bool_t unloaded_imgs); void a_UIcmd_link_popup(void *vbw, const DilloUrl *url); |