logo

Wide Studio Application Builder User's Guide

Wide Studio Home
Up to


Triggers

There is 4 kinds of tirggers as follows.
  • Change of the state of the instance
    It is fired by changing a states of the instance.
  • The events of the mouse pointer
    It is fired by the mouse pointer clicked,moved,...
  • The events of the keyboard
    It is fired by the keyboard.
  • The other
Chage of the state Description
WSEV_INITIALIZE When the instance is initialized.
WSEV_DELETE When the instance is released.
WSEV_ACTIVATE When the instance is activated.
WSEV_VALUE_CH When the value of the instance changes.
WSEV_VISIBLE_CH When the visiblity of the instance changes.
WSEV_PARENT_VISIBLE_CH When the visiblity of the parent instance changes.
WSEV_EXPOSE When the instance is exposed.
WSEV_RESIZE When the instance is resized.
WSEV_SENSITIVE_CH When the sensibility of the instance changes.
WSEV_PARENT_SENSITIVE_CH When the sensibility of the parent instance changes.
About the mouse pointer Description
WSEV_MOUSE_IN When the mouse pointer comes into the area.
WSEV_MOUSE_OUT When the mouse pointer goes away out of the area.
WSEV_MOUSE_PRESS When the mouse pointer is pressed.
WSEV_MOUSE_RELEASE When the mouse pointer is released.
WSEV_MOUSE_MOVE When the mouse pointer is moved on the area
About the keyboard Description
WSEV_FOUCS_CH When the focus changes.
WSEV_KEY_PRESS When the key is pressed.
WSEV_KEY_RELEASE When the key is released.
WSEV_KEY_HOOK Hooking of the key event before despatching.
The other Description
WSEV_NONE None.

Document Release 3.0

For Use with Wide Studio Release 3.0, Summer 2002


Wide Stuido Home | Up to

Copyright(C) T. Hirabayashi, 2000-2002 Last modified: June 10, 2002