Changes

Jump to: navigation, search

Sara-Ex1

423 bytes added, 12:53, 29 September 2006
no edit summary
so I'm assuming I'm on the right track..
I then tired 'BrowserReload('.. and found a .cpp file.. I got a little excited (!!) I found it in /embedding/tests/wxEmbed/BrowserFrame.cpp,
203 void BrowserFrame::OnBrowserReload(wxCommandEvent & WXUNUSED(event))
204 {
205 if (mWebBrowser)
206 {
207 nsCOMPtr<nsIWebNavigation> webNav = do_QueryInterface(mWebBrowser);
208 webNav->Reload(nsIWebNavigation::LOAD_FLAGS_NONE);
209 }
210 }
1
edit

Navigation menu