From 75744612b54ea8d2ba4b34f8fa8391d4e0ca1846 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 25 Mar 2011 00:14:34 +0000 Subject: make windows about window functional make url bar font more acceptable svn path=/trunk/netsurf/; revision=12131 --- windows/gui.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'windows/gui.h') diff --git a/windows/gui.h b/windows/gui.h index f4eca062c..957d9a520 100644 --- a/windows/gui.h +++ b/windows/gui.h @@ -87,4 +87,13 @@ struct browser_window *gui_window_browser_window(struct gui_window *); struct nsws_pointers *nsws_get_pointers(void); HICON nsws_window_get_ico(bool); +/** + * Cause a browser window to navigate to a url + * + * \param hwnd The win32 handle to the browser window or one of its decendants. + * \param url The URL to navigate to. + */ +bool nsws_window_go(HWND hwnd, const char *url); + + #endif -- cgit v1.2.3