After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 139403 - Use Pango and Gdk classes for canvasmm
Use Pango and Gdk classes for canvasmm
Status: RESOLVED FIXED
Product: gnomemm
Classification: Deprecated
Component: libgnomecanvasmm
2.5
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2004-04-07 18:27 UTC by Bryan Forbes
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch with fixes. (3.91 KB, patch)
2004-04-07 18:28 UTC, Bryan Forbes
none Details | Review

Description Bryan Forbes 2004-04-07 18:27:12 UTC
2004-04-07  Bryan Forbes  <bryan@reigndropsfall.net>

	* libgnomecanvas/src/canvas.hg: changed from using GdkRgbDither to
	Gdk::RgbDither.
	* libgnomecanvas/src/item.hg: changed from using GdkDrawable* to const
	Glib::RefPtr<Gdk::Drawable>&.
	* libgnomecanvas/src/text.hg: changed all C Pango properties to their C++
	counterparts.
Comment 1 Bryan Forbes 2004-04-07 18:28:09 UTC
Created attachment 26444 [details] [review]
Patch with fixes.
Comment 2 Murray Cumming 2004-04-07 19:11:51 UTC
Well done. Committed.