CTabFolderEvent

This event is sent when an event is generated in the CTabFolder.

@see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>

Constructors

this
this(Widget w)

Constructs a new instance of this class.

Members

Functions

toString
String toString()

Returns a string containing a concise, human-readable description of the receiver.

Variables

doit
bool doit;

A flag indicating whether the operation should be allowed. Setting this field to <code>false</code> will cancel the operation. Applies to the close and showList events.

height
int height;

The height of the chevron button at the time of the event. Applies to the showList event.

item
Widget item;

The tab item for the operation.

width
int width;

The width of the chevron button at the time of the event. Applies to the showList event.

x
int x;

The widget-relative, x coordinate of the chevron button at the time of the event. Applies to the showList event.

y
int y;

The widget-relative, y coordinate of the chevron button at the time of the event. Applies to the showList event.

Inherited Members

From TypedEvent

display
Display display;

the display where the event occurred

widget
Widget widget;

the widget that issued the event

time
int time;

the time that the event occurred.

data
Object data;

a field for application use

getName
String getName()

Returns the name of the event. This is the name of the class without the module name.

toString
String toString()

Returns a string containing a concise, human-readable description of the receiver.

Meta