[gtkmm] Gtk::Popover: Wrap the pointing-to property



commit bf063f49c442be991e9ecd7997e5f52cdd09cff2
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Wed Apr 22 16:02:54 2015 +0200

    Gtk::Popover: Wrap the pointing-to property
    
    * gtk/src/popover.hg: Wrap property_pointing_to() now that the type of the
    gtk+ property has been fixed. See gtk+ bug 723394.

 gtk/src/popover.hg |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gtk/src/popover.hg b/gtk/src/popover.hg
index 4fcd711..b41128c 100644
--- a/gtk/src/popover.hg
+++ b/gtk/src/popover.hg
@@ -60,7 +60,7 @@ public:
   _WRAP_CTOR(Popover(const Widget& relative_to{?}), gtk_popover_new)
 
   //This is custom-implemented because the gtk_popover_new_from_model() does more
-  //than just call g_object_new. MenuBar and Menu have both them same issue.
+  //than just call g_object_new. MenuBar and Menu have both the same issue.
   //See https://bugzilla.gnome.org/show_bug.cgi?id=704671
   /** Creates a Popover and populates it according to
    * @a model. The popover is pointed to the @a relative_to widget.
@@ -126,8 +126,7 @@ public:
   _IGNORE(gtk_popover_update_position)
 
   _WRAP_PROPERTY("relative-to", Widget*)
-// TODO
-//  _WRAP_PROPERTY("pointing-to", Gdk::Rectangle)
+  _WRAP_PROPERTY("pointing-to", Gdk::Rectangle)
   _WRAP_PROPERTY("position", PositionType)
   _WRAP_PROPERTY("modal", bool)
   _WRAP_PROPERTY("transitions-enabled", bool)


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