java-gnome version 4.0.7

org.gnome.gdk
Class EventVisibility

java.lang.Object
  extended by org.freedesktop.bindings.Proxy
      extended by org.gnome.glib.Boxed
          extended by org.gnome.gdk.Event
              extended by org.gnome.gdk.EventVisibility

public final class EventVisibility
extends Event

The data regarding an event related to the visibility of a Widget. In general this is only relevant when hooked up to a Window, but the capability is general nevertheless. See VISIBILITY_NOTIFY_EVENT for further details.

Since:
4.0.5
Author:
Andrew Cowie

Method Summary
 VisibilityState getState()
          This is largely the point of this Event subclass: return the Constant describing the current visibility of the Window.
 
Methods inherited from class org.gnome.gdk.Event
getType, getWindow
 
Methods inherited from class org.freedesktop.bindings.Proxy
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getState

public VisibilityState getState()
This is largely the point of this Event subclass: return the Constant describing the current visibility of the Window. This is what you use in a VISIBILITY_NOTIFY_EVENT handler.



java-gnome