org.gnu.gtk

Class TextChildAnchor


public class TextChildAnchor
extends GObject

An anchor for embedding widgets within TextView widgets. You would usually only use the methods of TextView to sort out Child widgets.

Field Summary

Fields inherited from class org.gnu.glib.GObject

eventsInitialized

Constructor Summary

TextChildAnchor()
Constructs a new TextChildAnchor.
TextChildAnchor(Handle handle)

Method Summary

boolean
getDeleted()
Returns true if the anchor has been deleted from the textbuffer.
static Type
getType()
Retrieve the runtime type used by the GLib library.
Widget
getWidget()
Returns the associated widget
protected static boolean
gtk_text_child_anchor_get_deleted(Handle anchor)
protected static int
gtk_text_child_anchor_get_type()
protected static Handle
gtk_text_child_anchor_get_widgets(Handle anchor)
protected static Handle
gtk_text_child_anchor_new()

Methods inherited from class org.gnu.glib.GObject

addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, equals, freezeNotify, getBooleanProperty, getData, getData, getDoubleProperty, getEventListenerClass, getEventType, getFloatProperty, getGObjectFromHandle, getHandle, getIntFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getNullHandle, getPixbufProperty, getProperty, getStringFromHandle, getStringProperty, hasProperty, hashCode, instantiateJGObjectFromGType, notify, removeEventHandler, removeListener, retrieveGObject, setBooleanProperty, setData, setData, setDoubleProperty, setFloatProperty, setHandle, setIntProperty, setJavaObjectProperty, setLongProperty, setPixbufProperty, setProperty, setStringProperty, thawNotify

Constructor Details

TextChildAnchor

public TextChildAnchor()
Constructs a new TextChildAnchor.


TextChildAnchor

public TextChildAnchor(Handle handle)

Method Details

getDeleted

public boolean getDeleted()
Returns true if the anchor has been deleted from the textbuffer.


getType

public static Type getType()
Retrieve the runtime type used by the GLib library.


getWidget

public Widget getWidget()
Returns the associated widget


gtk_text_child_anchor_get_deleted

protected static final boolean gtk_text_child_anchor_get_deleted(Handle anchor)


gtk_text_child_anchor_get_type

protected static final int gtk_text_child_anchor_get_type()


gtk_text_child_anchor_get_widgets

protected static final Handle gtk_text_child_anchor_get_widgets(Handle anchor)


gtk_text_child_anchor_new

protected static final Handle gtk_text_child_anchor_new()