1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
# Copyright (C) 2004 by the gtk2-perl team (see the file AUTHORS for the full
# list)
#
# This library is free software; you can redistribute it and/or modify it under
# the terms of the GNU Library General Public License as published by the Free
# Software Foundation; either version 2.1 of the License, or (at your option)
# any later version.
#
# This library is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for
# more details.
#
# You should have received a copy of the GNU Library General Public License
# along with this library; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA.
#
# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/maps_pango-1.0,v 1.3 2004/10/30 17:13:17 kaffeetisch Exp $
#
#
# this file defines mappings only for types that existed in pango 1.0.x
#
PANGO_TYPE_ALIGNMENT PangoAlignment GEnum Gtk2::Pango::Alignment
PANGO_TYPE_ATTR_LIST PangoAttrList GBoxed Gtk2::Pango::AttrList
PANGO_TYPE_ATTR_TYPE PangoAttrType GEnum Gtk2::Pango::AttrType
PANGO_TYPE_COLOR PangoColor GBoxed Gtk2::Pango::Color
PANGO_TYPE_CONTEXT PangoContext GObject Gtk2::Pango::Context
PANGO_TYPE_COVERAGE_LEVEL PangoCoverageLevel GEnum Gtk2::Pango::CoverageLevel
PANGO_TYPE_DIRECTION PangoDirection GEnum Gtk2::Pango::Direction
PANGO_TYPE_FONT_DESCRIPTION PangoFontDescription GBoxed Gtk2::Pango::FontDescription
PANGO_TYPE_FONT_FACE PangoFontFace GObject Gtk2::Pango::FontFace
PANGO_TYPE_FONT_FAMILY PangoFontFamily GObject Gtk2::Pango::FontFamily
PANGO_TYPE_FONT_MAP PangoFontMap GObject Gtk2::Pango::FontMap
PANGO_TYPE_FONT_MASK PangoFontMask GFlags Gtk2::Pango::FontMask
PANGO_TYPE_FONT_METRICS PangoFontMetrics GBoxed Gtk2::Pango::FontMetrics
PANGO_TYPE_FONT PangoFont GObject Gtk2::Pango::Font
PANGO_TYPE_FONTSET PangoFontset GObject Gtk2::Pango::Fontset
PANGO_TYPE_GLYPH_STRING PangoGlyphString GBoxed Gtk2::Pango::GlyphString
PANGO_TYPE_LANGUAGE PangoLanguage GBoxed Gtk2::Pango::Language
PANGO_TYPE_LAYOUT PangoLayout GObject Gtk2::Pango::Layout
PANGO_TYPE_SCRIPT PangoScript GEnum Gtk2::Pango::Script
PANGO_TYPE_STRETCH PangoStretch GEnum Gtk2::Pango::Stretch
PANGO_TYPE_STYLE PangoStyle GEnum Gtk2::Pango::Style
PANGO_TYPE_TAB_ALIGN PangoTabAlign GEnum Gtk2::Pango::TabAlign
PANGO_TYPE_TAB_ARRAY PangoTabArray GBoxed Gtk2::Pango::TabArray
PANGO_TYPE_UNDERLINE PangoUnderline GEnum Gtk2::Pango::Underline
PANGO_TYPE_VARIANT PangoVariant GEnum Gtk2::Pango::Variant
PANGO_TYPE_WEIGHT PangoWeight GEnum Gtk2::Pango::Weight
PANGO_TYPE_WRAP_MODE PangoWrapMode GEnum Gtk2::Pango::WrapMode
PANGO_TYPE_LAYOUT_ITER PangoLayoutIter GBoxed Gtk2::Pango::LayoutIter
|