org.gnu.gtk.event

Class ScaleEvent

public class ScaleEvent extends GtkEvent

An event representing a request for formatting information for the label of a scale widget

See Also: ScaleListener Scale

Nested Class Summary
static classScaleEvent.Type
Constructor Summary
ScaleEvent(Object source)
Creates a new Scale Event.
Method Summary
booleanequals(ScaleEvent event2)

Constructor Detail

ScaleEvent

public ScaleEvent(Object source)
Creates a new Scale Event. This is used internally by java-gnome. Users only have to deal with listeners.

Method Detail

equals

public boolean equals(ScaleEvent event2)