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
booleangetDeleted()
Returns true if the anchor has been deleted from the textbuffer.
static TextChildAnchorgetTextChildAnchor(Handle handle)
Internal static factory method to be used by Java-Gnome only.
static TypegetType()
Retrieve the runtime type used by the GLib library.
WidgetgetWidget()
Returns the associated widget

Constructor Detail

TextChildAnchor

public TextChildAnchor()
Constructs a new TextChildAnchor.

TextChildAnchor

public TextChildAnchor(Handle handle)

Method Detail

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