org.gnu.gtk
Class EventBox
The EventBox widget is a container with a seethrough window that can receive
events for the container widget - normally one that cannot recvieve its own.
Events are sent to the windows, so a widget without windows cannot recieve
events.
EventBox() - Construct a new EventBox object.
|
EventBox(Handle handle) - Construct an eventbox using a handle to a native resource.
|
boolean | getAboveChild() - Returns whether the EventBox is above the window of its' child.
|
static EventBox | getEventBox(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.
|
boolean | getWindowVisible() - Returns whether the EventBox has a visible window
|
void | setAboveChild(boolean aboveChild) - Returns whether the EventBox is above or below the windows of its' child.
|
void | setWindowVisible(boolean isVisible) - Sets whether the EventBox has a visible window.
|
add , addListener , getBorderWidth , getChildren , getEventListenerClass , getEventType , getResizeMode , getType , remove , removeListener , resizeChildren , setBorderWidth , setResizeMode |
activate , addAccelerator , addEvents , addListener , addListener , addListener , addListener , addListener , addListener , addListener , addListener , addListener , addListener , addListener , canActivateAccel , createContext , createLayout , draw , drawArea , drawArea , finish , getAccessible , getAllocation , getColormap , getContext , getData , getDisplay , getDragData , getEventListenerClass , getEventType , getExtensionEvents , getModifierStyle , getName , getParent , getParentWindow , getPointer , getRootWindow , getScreen , getSensitive , getStyle , getToplevel , getType , getWidget , getWindow , grabDefault , grabFocus , hasFocus , hasScreen , hide , hideAll , highlight , highlight , intersect , isAncestor , makeWidget , modifyStyle , popColormap , pushColormap , realize , removeAccelerator , removeListener , removeListener , removeListener , removeListener , removeListener , removeListener , removeListener , removeListener , removeListener , removeListener , removeListener , reparent , setBackgroundColor , setBaseColor , setColormap , setDoubleBuffered , setDragDestination , setDragIcon , setDragIconPixbuf , setDragIconStock , setDragSource , setEvents , setExtensionEvents , setFont , setForegroundColor , setMinimumSize , setName , setNoDragDestination , setNoDragSource , setSensitive , setTextColor , shapeCombineMask , show , showAll , unHighlight , unHighlight |
addEventHandler , addEventHandler , addEventHandler , addEventHandler , addEventHandler , addEventHandler , addEventHandler , addListener , collect , freezeNotify , getBooleanProperty , getData , getDoubleProperty , getEventListenerClass , getEventType , getFloatProperty , getGObjectFromHandle , getIntProperty , getJavaObjectProperty , getLongProperty , getPixbufProperty , getProperty , getStringProperty , hasProperty , notify , removeEventHandler , removeListener , setBooleanProperty , setData , setDoubleProperty , setFloatProperty , setIntProperty , setJavaObjectProperty , setLongProperty , setPixbufProperty , setProperty , setStringProperty , thawNotify |
EventBox
public EventBox()
Construct a new EventBox object.
EventBox
public EventBox(Handle handle)
Construct an eventbox using a handle to a native resource.
getAboveChild
public boolean getAboveChild()
Returns whether the EventBox is above the window of its' child.
getEventBox
public static EventBox getEventBox(Handle handle)
Internal static factory method to be used by Java-Gnome only.
getType
public static Type getType()
Retrieve the runtime type used by the GLib library.
- getType in interface Bin
getWindowVisible
public boolean getWindowVisible()
Returns whether the EventBox has a visible window
- true if the EventBox has a visible window.
setAboveChild
public void setAboveChild(boolean aboveChild)
Returns whether the EventBox is above or below the windows of its' child.
setWindowVisible
public void setWindowVisible(boolean isVisible)
Sets whether the EventBox has a visible window.