org.gnu.gnome

Class CanvasRichText


public class CanvasRichText
extends CanvasItem

Constructor Summary

CanvasRichText(CanvasGroup group)

Method Summary

static Type
getType()
Retrieve the runtime type used by the GLib library.
protected static void
gnome_canvas_rich_text_copy_clipboard(Handle text)
protected static void
gnome_canvas_rich_text_cut_clipboard(Handle text)
protected static Handle
gnome_canvas_rich_text_get_buffer(Handle text)
protected static void
gnome_canvas_rich_text_get_iter_at_location(Handle text, Handle iter, int x, int y)
protected static void
gnome_canvas_rich_text_get_iter_location(Handle text, Handle iter, Handle location)
protected static int
gnome_canvas_rich_text_get_type()
protected static void
gnome_canvas_rich_text_paste_clipboard(Handle text)
protected static void
gnome_canvas_rich_text_set_buffer(Handle text, Handle buffer)

Methods inherited from class org.gnu.gnome.CanvasItem

affineAbsolute, affineRelative, getCanvas, getCanvas, getParent, getParent, getType, getX1, getX1, getX2, getX2, getY1, getY1, getY2, getY2, gnome_canvas_item_affine_absolute, gnome_canvas_item_affine_relative, gnome_canvas_item_get_type, gnome_canvas_item_grab, gnome_canvas_item_grab_focus, gnome_canvas_item_hide, gnome_canvas_item_lower, gnome_canvas_item_lower_to_bottom, gnome_canvas_item_move, gnome_canvas_item_new, gnome_canvas_item_raise, gnome_canvas_item_raise_to_top, gnome_canvas_item_reparent, gnome_canvas_item_request_update, gnome_canvas_item_show, gnome_canvas_item_ungrab, hide, lower, lowerToBotton, move, raise, raiseToTop, show

Constructor Details

CanvasRichText

public CanvasRichText(CanvasGroup group)

Method Details

getType

public static Type getType()
Retrieve the runtime type used by the GLib library.
Overrides:
getType in interface CanvasItem


gnome_canvas_rich_text_copy_clipboard

protected static final void gnome_canvas_rich_text_copy_clipboard(Handle text)


gnome_canvas_rich_text_cut_clipboard

protected static final void gnome_canvas_rich_text_cut_clipboard(Handle text)


gnome_canvas_rich_text_get_buffer

protected static final Handle gnome_canvas_rich_text_get_buffer(Handle text)


gnome_canvas_rich_text_get_iter_at_location

protected static final void gnome_canvas_rich_text_get_iter_at_location(Handle text,
                                                                        Handle iter,
                                                                        int x,
                                                                        int y)


gnome_canvas_rich_text_get_iter_location

protected static final void gnome_canvas_rich_text_get_iter_location(Handle text,
                                                                     Handle iter,
                                                                     Handle location)


gnome_canvas_rich_text_get_type

protected static final int gnome_canvas_rich_text_get_type()


gnome_canvas_rich_text_paste_clipboard

protected static final void gnome_canvas_rich_text_paste_clipboard(Handle text)


gnome_canvas_rich_text_set_buffer

protected static final void gnome_canvas_rich_text_set_buffer(Handle text,
                                                              Handle buffer)