[Gtk-sharp-list] Question on pango-api.xml

Tiago Lima tiago.lima@vianw.pt
Wed, 25 Feb 2004 11:57:34 +0000


Hi,

I cant find these two functions on pango-api that exist in the pango C code... 
Is there any special place where I can find them?

static PangoLayoutLine *
pango_layout_index_to_line (PangoLayout      *layout,
			    int               index,
			    int              *line_nr,
			    PangoLayoutLine **line_before,
			    PangoLayoutLine **line_after)

static PangoLayoutLine *
pango_layout_index_to_line_and_extents (PangoLayout     *layout,
					int              index,
					PangoRectangle  *line_rect)

Thanks,
	Tiago Lima