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.

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 TextChildAnchor
getTextChildAnchor(Handle handle)
Internal static factory method to be used by Java-Gnome only.
static Type
getType()
Retrieve the runtime type used by the GLib library.
Widget
getWidget()
Returns the associated widget

Methods inherited from class org.gnu.glib.GObject

addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, collect, freezeNotify, getBooleanProperty, getData, getDoubleProperty, getEventListenerClass, getEventType, getFloatProperty, getGObjectFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getPixbufProperty, getProperty, getStringProperty, hasProperty, notify, removeEventHandler, removeListener, setBooleanProperty, setData, setDoubleProperty, setFloatProperty, 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.

getTextChildAnchor

public static TextChildAnchor getTextChildAnchor(Handle handle)
Internal static factory method to be used by Java-Gnome only.

getType

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

getWidget

public Widget getWidget()
Returns the associated widget