[gtkmm] CellArea: Add properties.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] CellArea: Add properties.
- Date: Fri, 16 Mar 2012 09:46:20 +0000 (UTC)
commit 450789bc601095076632ff0c58f2aca33a93d6f9
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Mar 16 10:46:03 2012 +0100
CellArea: Add properties.
* gtk/src/cellarea.hg:
ChangeLog | 6 ++++++
gtk/src/cellarea.hg | 4 ++++
2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f58f459..4fc2b1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2012-03-16 Murray Cumming <murrayc murrayc com>
+ CellArea: Add properties.
+
+ * gtk/src/cellarea.hg:
+
+2012-03-16 Murray Cumming <murrayc murrayc com>
+
Ignore some C convenience functions.
* gtk/src/actionable.hg:
diff --git a/gtk/src/cellarea.hg b/gtk/src/cellarea.hg
index a8c5d80..d415380 100644
--- a/gtk/src/cellarea.hg
+++ b/gtk/src/cellarea.hg
@@ -188,6 +188,10 @@ protected:
_WRAP_VFUNC(void get_preferred_height_for_width(const Glib::RefPtr<CellAreaContext>& context, Widget& widget, int width, int& minimum_height, int& natural_height), get_preferred_height_for_width, custom_vfunc_callback)
_WRAP_VFUNC(void get_preferred_height(const Glib::RefPtr<CellAreaContext>& context, Widget& widget, int& minimum_height, int& natural_height), get_preferred_height, custom_vfunc_callback)
_WRAP_VFUNC(void get_preferred_width_for_height(const Glib::RefPtr<CellAreaContext>& context, Widget& widget, int height, int& minimum_width, int& natural_width), get_preferred_width_for_height, custom_vfunc_callback)
+
+ _WRAP_PROPERTY("focus-cell", CellRenderer*)
+ _WRAP_PROPERTY("edited-cell", CellRenderer*)
+ _WRAP_PROPERTY("edit-widget", CellEditable*)
};
} // namespace Gtk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]