Uses of Class
org.eclipse.swt.internal.gtk.PangoRectangle
-
Packages that use PangoRectangle Package Description org.eclipse.swt.internal.gtk -
-
Uses of PangoRectangle in org.eclipse.swt.internal.gtk
Methods in org.eclipse.swt.internal.gtk with parameters of type PangoRectangle Modifier and Type Method Description static long
OS. pango_attr_shape_new(PangoRectangle ink_rect, PangoRectangle logical_rect)
static void
OS. pango_layout_index_to_pos(long layout, int index, PangoRectangle pos)
static void
OS. pango_layout_iter_get_line_extents(long iter, PangoRectangle ink_rect, PangoRectangle logical_rect)
static void
OS. pango_layout_line_get_extents(long line, PangoRectangle ink_rect, PangoRectangle logical_rect)
-