org.gnu.gtk
public class EventBox extends Bin
| Constructor Summary | |
|---|---|
| EventBox()
Construct a new EventBox object. | |
| EventBox(Handle handle)
Construct an eventbox using a handle to a native resource. | |
| Method Summary | |
|---|---|
| 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.
|
Returns: true if the EventBox has a visible window.
Parameters: aboveChild
Parameters: isVisible