[gtkmm] Editable: Use the renamed GtkEditable interface struct.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Editable: Use the renamed GtkEditable interface struct.
- Date: Sat, 18 Sep 2010 12:28:36 +0000 (UTC)
commit 1bbae027cd9046f9a9cbf85b2a1539024e4591f5
Author: Murray Cumming <murrayc murrayc com>
Date: Sat Sep 18 14:28:20 2010 +0200
Editable: Use the renamed GtkEditable interface struct.
* gtk/src/editable.hg:
ChangeLog | 6 ++++++
gtk/src/editable.hg | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7e964cd..96755ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-18 Murray Cumming <murrayc murrayc com>
+
+ Editable: Use the renamed GtkEditable interface struct.
+
+ * gtk/src/editable.hg:
+
2010-09-16 Murray Cumming <murrayc murrayc com>
gtkmm: Widget: Add back size_allocate().
diff --git a/gtk/src/editable.hg b/gtk/src/editable.hg
index c57180c..266fe16 100644
--- a/gtk/src/editable.hg
+++ b/gtk/src/editable.hg
@@ -18,7 +18,7 @@
*/
#include <glibmm/interface.h>
-#include <gtk/gtk.h>
+#include <gtk/gtk.h> //TODO: Avoid including this?
_DEFS(gtkmm,gtk)
_PINCLUDE(glibmm/private/interface_p.h)
@@ -38,7 +38,7 @@ namespace Gtk
*/
class Editable : public Glib::Interface
{
- _CLASS_INTERFACE(Editable,GtkEditable,GTK_EDITABLE,GtkEditableClass)
+ _CLASS_INTERFACE(Editable,GtkEditable,GTK_EDITABLE,GtkEditableInterface)
public:
_WRAP_METHOD(void cut_clipboard(), gtk_editable_cut_clipboard)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]