Grab focus on the browser when explicitly opening an uri

This commit is contained in:
Marco Pesenti Gritti
2006-10-20 19:54:28 +02:00
parent 19715991ec
commit 5a26d51d20
4 changed files with 22 additions and 0 deletions
+6
View File
@@ -59,6 +59,12 @@
(return-type "none")
)
(define-method grab_focus
(of-object "SugarBrowser")
(c-name "sugar_browser_grab_focus")
(return-type "none")
)
(define-method create_window
(of-object "SugarBrowser")
(c-name "sugar_browser_create_window")