Support opening files from dialog

This commit is contained in:
Kevin Sawicki
2012-06-04 15:57:51 -07:00
parent ad4ae9dc12
commit f1b6bf152d
4 changed files with 34 additions and 8 deletions

View File

@@ -10,6 +10,7 @@
#include <string>
#include "include/cef_client.h"
#include "util.h"
#include "native_handler.h"
// Define this value to redirect all popup URLs to the main application browser
@@ -173,6 +174,8 @@ class ClientHandler : public CefClient,
void SetNavState(bool canGoBack, bool canGoForward);
GtkWidget* window;
CefRefPtr<NativeHandler> m_nativeHandler;
// The child browser window
CefRefPtr<CefBrowser> m_Browser;