|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.GObject
org.gnu.gtk.GtkObject
org.gnu.gtk.Widget
org.gnu.gtk.Container
org.gnu.gtk.Bin
org.gnu.gtk.EventBox
The EventBox widget is a container with a seethrough window that can recieve 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.
Field Summary |
Fields inherited from class org.gnu.glib.GObject |
eventsInitialized |
Constructor Summary | |
|
EventBox()
Construct a new EventBox object. |
protected |
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 Type |
getType()
Retrieve the runtime type used by the GLib library. |
boolean |
getWindowVisible()
Returns whether the EventBox has a visible window |
protected static boolean |
gtk_event_box_get_above_child(Handle ebox)
|
protected static int |
gtk_event_box_get_type()
|
protected static boolean |
gtk_event_box_get_visible_window(Handle ebox)
|
protected static Handle |
gtk_event_box_new()
|
protected static void |
gtk_event_box_set_above_child(Handle ebox,
boolean above)
|
protected static void |
gtk_event_box_set_visible_window(Handle ebox,
boolean visible)
|
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. |
Methods inherited from class org.gnu.gtk.Bin |
getChild, gtk_bin_get_child, gtk_bin_get_type |
Methods inherited from class org.gnu.gtk.GtkObject |
getFlags, gtk_object_destroy, gtk_object_get_type, gtk_object_sink, setFlags, sink |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EventBox()
protected EventBox(Handle handle)
Method Detail |
public void setWindowVisible(boolean isVisible)
isVisible
- public boolean getWindowVisible()
public void setAboveChild(boolean aboveChild)
aboveChild
- public boolean getAboveChild()
public static Type getType()
protected static final int gtk_event_box_get_type()
protected static final Handle gtk_event_box_new()
protected static final void gtk_event_box_set_visible_window(Handle ebox, boolean visible)
protected static final boolean gtk_event_box_get_visible_window(Handle ebox)
protected static final void gtk_event_box_set_above_child(Handle ebox, boolean above)
protected static final boolean gtk_event_box_get_above_child(Handle ebox)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |