summaryrefslogtreecommitdiffstats
path: root/views/controls/native/native_view_host_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/native/native_view_host_gtk.h')
-rw-r--r--views/controls/native/native_view_host_gtk.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/views/controls/native/native_view_host_gtk.h b/views/controls/native/native_view_host_gtk.h
index b1bcc50..218db0d 100644
--- a/views/controls/native/native_view_host_gtk.h
+++ b/views/controls/native/native_view_host_gtk.h
@@ -51,6 +51,10 @@ class NativeViewHostGtk : public NativeViewHostWrapper {
WidgetGtk* GetHostWidget() const;
+ // Returns the descendant of fixed_ that has focus, or NULL if focus is not
+ // on a descendant of fixed_.
+ GtkWidget* GetFocusedDescendant();
+
// Invoked from the 'destroy' signal.
static void CallDestroy(GtkObject* object, NativeViewHostGtk* host);