[gtkmm] Remove includes of style.h and rc.h.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Remove includes of style.h and rc.h.
- Date: Tue, 7 Dec 2010 08:41:42 +0000 (UTC)
commit 588e4b79029044746a075d5b13fac4b8b1aac8cc
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Dec 7 09:41:21 2010 +0100
Remove includes of style.h and rc.h.
* gtk/src/iconinfo.hg:
* gtk/src/iconset.ccg:
* gtk/src/widget.ccg:
* gtk/src/widget.hg: Removed includes of headers that do not exist now.
ChangeLog | 9 +++++++++
gtk/src/iconinfo.hg | 6 ++++--
gtk/src/iconset.ccg | 1 -
gtk/src/widget.ccg | 1 -
gtk/src/widget.hg | 3 +--
5 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2e0dc48..632898c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-07 Murray Cumming <murrayc murrayc com>
+
+ Remove includes of style.h and rc.h.
+
+ * gtk/src/iconinfo.hg:
+ * gtk/src/iconset.ccg:
+ * gtk/src/widget.ccg:
+ * gtk/src/widget.hg: Removed includes of headers that do not exist now.
+
2010-12-06 Murray Cumming <murrayc murrayc com>
Restored the GtkPrintCapabilities enum.
diff --git a/gtk/src/iconinfo.hg b/gtk/src/iconinfo.hg
index 41c917e..c04a94b 100644
--- a/gtk/src/iconinfo.hg
+++ b/gtk/src/iconinfo.hg
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003 The gtkmm Development Team
+n /* Copyright (C) 2003 The gtkmm Development Team
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -15,7 +15,6 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <gtkmm/style.h>
#include <gdkmm/rectangle.h>
#include <gdkmm/pixbuf.h>
#include <gdkmm/rgba.h>
@@ -60,7 +59,10 @@ public:
_WRAP_METHOD(void set_raw_coordinates(bool raw_coordinates = true), gtk_icon_info_set_raw_coordinates)
_WRAP_METHOD(bool get_embedded_rect(Gdk::Rectangle& rectangle) const, gtk_icon_info_get_embedded_rect)
+
+ //TODO: Documentation.
bool get_attach_points(Glib::ArrayHandle<Gdk::Point>& points) const;
+
_WRAP_METHOD(Glib::ustring get_display_name() const, gtk_icon_info_get_display_name)
};
diff --git a/gtk/src/iconset.ccg b/gtk/src/iconset.ccg
index ad5ee06..d597c6b 100644
--- a/gtk/src/iconset.ccg
+++ b/gtk/src/iconset.ccg
@@ -21,7 +21,6 @@
*/
#include <gtkmm/widget.h>
-#include <gtkmm/style.h>
#include <gtk/gtk.h>
namespace Gtk
diff --git a/gtk/src/widget.ccg b/gtk/src/widget.ccg
index 7b5368b..0a966c4 100644
--- a/gtk/src/widget.ccg
+++ b/gtk/src/widget.ccg
@@ -22,7 +22,6 @@
#include <gtkmm/window.h>
#include <gtkmm/accelgroup.h>
#include <gtkmm/settings.h>
-#include <gtkmm/style.h>
#include <gtkmm/container.h>
#include <gtkmm/selectiondata_private.h>
#include <gtkmm/action.h>
diff --git a/gtk/src/widget.hg b/gtk/src/widget.hg
index e295a72..3f5af72 100644
--- a/gtk/src/widget.hg
+++ b/gtk/src/widget.hg
@@ -36,9 +36,8 @@ _CONFIGINCLUDE(gtkmmconfig.h)
#include <gdkmm/screen.h>
#include <gtkmm/enums.h>
#include <gdkmm/display.h>
-//#include <gtkmm/style.h>
#include <gtkmm/targetlist.h>
-#include <gtkmm/rc.h>
+#include <gtkmm/stockid.h>
#include <gtkmm/clipboard.h>
#include <gtkmm/requisition.h>
#include <gtkmm/widgetpath.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]