[gtkmm] Widget: Add has_visible_focus().



commit 717523ce1b690a4188de7b13767f32d7dca3389c
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Sep 16 20:04:58 2012 +0200

    Widget: Add has_visible_focus().
    
            * gtk/src/widget.hg: Wrapping gtk_widget_has_visible_focus().

 ChangeLog         |    6 ++++++
 gtk/src/widget.hg |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 83ad43a..b438836 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-09-16  Murray Cumming  <murrayc murrayc com>
 
+        Widget: Add has_visible_focus().
+
+        * gtk/src/widget.hg: Wrapping gtk_widget_has_visible_focus().
+
+2012-09-16  Murray Cumming  <murrayc murrayc com>
+
         Settings: Added the enable_primary_paste property.
 
         * gtk/src/settings.hg: gmmproc warned that it was unwrapped.
diff --git a/gtk/src/widget.hg b/gtk/src/widget.hg
index 488c794..8f7bd01 100644
--- a/gtk/src/widget.hg
+++ b/gtk/src/widget.hg
@@ -192,6 +192,7 @@ public:
   _WRAP_METHOD(bool has_focus() const, gtk_widget_has_focus)
 
   _WRAP_METHOD(bool is_focus() const, gtk_widget_is_focus)
+  _WRAP_METHOD(bool has_visible_focus() const, gtk_widget_has_visible_focus)
   _WRAP_METHOD(void grab_focus(), gtk_widget_grab_focus)
   _WRAP_METHOD(void set_can_default(bool can_default = true), gtk_widget_set_can_default)
   _WRAP_METHOD(bool get_can_default() const, gtk_widget_get_can_default)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]