|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.WrapMode
org.gnome.gtk.WrapMode.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
public class WrapMode
Word wrapping mode for TextBuffer objects.
| Field Summary | |
|---|---|
static WrapMode |
CHAR
Deprecated. |
static WrapMode |
NONE
Deprecated. |
static WrapMode |
WORD
Deprecated. |
| Method Summary | |
|---|---|
WrapMode |
and(WrapMode other)
Deprecated. |
static WrapMode |
intern(int value)
Deprecated. |
WrapMode |
or(WrapMode other)
Deprecated. |
boolean |
test(WrapMode other)
Deprecated. |
WrapMode |
xor(WrapMode other)
Deprecated. |
| Methods inherited from class org.gnu.glib.Enum |
|---|
equals, getValue, hashCode |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final WrapMode NONE
public static final WrapMode CHAR
public static final WrapMode WORD
| Method Detail |
|---|
public static WrapMode intern(int value)
public WrapMode or(WrapMode other)
public WrapMode and(WrapMode other)
public WrapMode xor(WrapMode other)
public boolean test(WrapMode other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||