org.gnu.gtk.event
public class IconViewEvent extends GtkEvent
See Also: IconViewListener
Nested Class Summary | |
---|---|
static class | IconViewEvent.Type |
Constructor Summary | |
---|---|
IconViewEvent(Object source, EventType type)
Constructor for IconViewEvent.
|
Method Summary | |
---|---|
Adjustment | getHorizontalAdjustment() |
TreePath | getPath() |
Adjustment | getVerticalAdjustment() |
boolean | isOfType(IconViewEvent.Type aType) |
void | setHorizontalAdjustment(Adjustment horizontalAdjustment) |
void | setPath(TreePath path) |
void | setVerticalAdjustment(Adjustment verticalAdjustment) |
Parameters: source type
Returns: True if the type of this event is the same as that stated.