|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.gnome.gdk.VisibilityState
public final class VisibilityState
Constants indicating the current visibility of a Widget. See the
Widget.VisibilityNotifyEvent
signal for further details; these constants
come from the getState()
method on an
EventVisibility.
Field Summary | |
---|---|
static VisibilityState |
FULLY_OBSCURED
The Widget is fully blocked from view. |
static VisibilityState |
PARTIAL
The Widget is partially obscured by another Window (be it this application's or anther's). |
static VisibilityState |
UNOBSCURED
The Widget is no longer obscured. |
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Constant |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final VisibilityState FULLY_OBSCURED
public static final VisibilityState PARTIAL
public static final VisibilityState UNOBSCURED
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |