|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.GObject
org.gnu.gtk.TextChildAnchor
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TextChildAnchor()
public TextChildAnchor(Handle handle)
Method Detail |
public Widget getWidget()
public boolean getDeleted()
public static Type getType()
protected static final int gtk_text_child_anchor_get_type()
protected static final Handle gtk_text_child_anchor_new()
protected static final Handle gtk_text_child_anchor_get_widgets(Handle anchor)
protected static final boolean gtk_text_child_anchor_get_deleted(Handle anchor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |