org.gnu.gtk
Class TextChildAnchor

java.lang.Object
  |
  +--org.gnu.glib.GObject
        |
        +--org.gnu.gtk.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.
 
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
 
Methods inherited from class org.gnu.glib.GObject
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, equals, getData, getHandle, removeEventHandler, setData
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextChildAnchor

public TextChildAnchor()
Constructs a new TextChildAnchor.

Method Detail

getWidget

public Widget getWidget()
Returns the associated widget


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.


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net