|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.gnu.glib.GObject
org.gnu.gtk.TextChildAnchor
public class TextChildAnchor
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(org.gnu.glib.Handle handle)
|
Method Summary | |
---|---|
boolean |
getDeleted()
Returns true if the anchor has been deleted from the textbuffer. |
static TextChildAnchor |
getTextChildAnchor(org.gnu.glib.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.Struct |
---|
equals, getHandle, getNullHandle, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextChildAnchor()
public TextChildAnchor(org.gnu.glib.Handle handle)
Method Detail |
---|
public static TextChildAnchor getTextChildAnchor(org.gnu.glib.Handle handle)
public Widget getWidget()
public boolean getDeleted()
public static Type getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |