org.gnu.gtk.event
Class IconViewEvent
- Serializable
public class IconViewEvent
This event is used to identify when a IconView receives an event
IconViewEvent
public IconViewEvent(Object source,
EventType type)
Constructor for IconViewEvent.
getHorizontalAdjustment
public Adjustment getHorizontalAdjustment()
getVerticalAdjustment
public Adjustment getVerticalAdjustment()
isOfType
public boolean isOfType(IconViewEvent.Type aType)
- True if the type of this event is the same as that stated.
setHorizontalAdjustment
public void setHorizontalAdjustment(Adjustment horizontalAdjustment)
setPath
public void setPath(TreePath path)
setVerticalAdjustment
public void setVerticalAdjustment(Adjustment verticalAdjustment)