Upgrade gtkmm to 2.10.8, glibmm to 2.13.3 and add cairomm 1.2.4

git-svn-id: svn://localhost/ardour2/trunk@2630 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2007-11-12 23:44:49 +00:00
parent b01bdb7e70
commit 61c990dfba
647 changed files with 30833 additions and 7328 deletions

View file

@ -1,5 +1,6 @@
// Generated by gtkmmproc -- DO NOT MODIFY!
#include <pangomm/coverage.h>
#include <pangomm/private/coverage_p.h>
@ -40,7 +41,6 @@ Glib::ArrayHandle<unsigned char> Coverage::to_bytes() const
} /* namespace Pango */
namespace
{
} // anonymous namespace
@ -130,6 +130,7 @@ Glib::RefPtr<Coverage> Coverage::create(const guchar* bytes, int n_bytes)
return Glib::wrap(pango_coverage_from_bytes(const_cast<guchar*>(bytes), n_bytes));
}
CoverageLevel Coverage::get(int index) const
{
return ((CoverageLevel)(pango_coverage_get(const_cast<PangoCoverage*>(gobj()), index)));
@ -137,12 +138,12 @@ CoverageLevel Coverage::get(int index) const
void Coverage::set(int index, CoverageLevel level)
{
pango_coverage_set(gobj(), index, ((PangoCoverageLevel)(level)));
pango_coverage_set(gobj(), index, ((PangoCoverageLevel)(level)));
}
void Coverage::max(const Glib::RefPtr<Coverage>& other) const
{
pango_coverage_max(const_cast<PangoCoverage*>(gobj()), Glib::unwrap(other));
pango_coverage_max(const_cast<PangoCoverage*>(gobj()), Glib::unwrap(other));
}