 | | Wide Studio Object Reference
| |
Class Name
WSCnwbase
Specification of methods
setBlinkFore method
- Form
- void setBlinkFore(WSCbool fl)
- Function
- Set the fore state(drawn by fore color) or the opposite state(disappeared or drawn by blink color) of the blink.
- Description
- True: the fore state, False: the opposite state
- Parameters
-
- Return value
- Nothing.
- Notice
-
- Samples
-
//adjust blink cycle.
newvlab_000->setBlinkFore(True);
newvlab_001->setBlinkFore(True);
newvlab_002->setBlinkFore(True);
newvlab_003->setBlinkFore(True);
setOutSideMousePress method
- Form
- void setOutSideMousePress(WSCbool fl)
- Function
- Sets the flag whether it receives the mouse pressed event of
the parent instance which is out of the own area.
- Description
-
- Parameters
-
(in)WSCbase fl | True:receive ,False:discard |
- Return value
- Nothing.
- Notice
-
- Samples
-
//acquire mouse button pressed event even if the mouse pointer move out.
newvlab_000->setOutSideMousePress();
setOutSideMouseMove method
- Form
- void setOutSideMouseMove(WSCbool fl)
- Function
- Sets the flag whether it receives the mouse moved event of
the parent instance which is out of the own area.
- Description
-
- Parameters
-
(in)WSCbase fl | True:receive ,False:discard |
- Return value
- Noting.
- Notice
-
- Samples
-
//acquire mouse button moved event even if the mouse pointer move out.
newvlab_000->setOutSideMouseMove();
setOutSideMouseRelease method
- Form
- void setOutSideMouseRelease(WSCbool fl)
- Function
- Sets the flag whether it receives the mouse released event of
the parent instance which is out of the own area.
- Description
-
- Parameters
-
(in)WSCbase fl | True:receive ,False:discard |
- Return value
- Noting.
- Notice
-
- Samples
-
//acquire mouse button released event even if the mouse pointer move out.
newvlab_000->setOutSideMouseRelease();
getOutSideMousePress method
- Form
- WSCbool getOutSideMousePress()
- Function
- Returns the flag whether it receives the mouse pressed event of
the parent instance which is out of the own area.
- Description
-
- Parameters
- Noting.
- Return value
- True:receive, False:discard.
- Notice
-
- Samples
-
//get the outside mouse pressed flag.
WSCbool bool = newvlab_000->getOutSideMousePress();
getOutSideMouseMove method
- Form
- WSCbool getOutSideMouseMove()
- Function
- Returns the flag whether it receives the mouse moved event of
the parent instance which is out of the own area.
- Description
-
- Parameters
- Nothing.
- Return value
- True:receive, False:discard.
- Notice
-
- Samples
-
//get the outside mouse move flag.
WSCbool bool = newvlab_000->getOutSideMouseMove();
getOutSideMouseRelease method
- Form
- WSCbool getOutSideMouseMove()
- Function
- Returns the flag whether it receives the mouse released event of
the parent instance which is out of the own area.
- Description
-
- Parameters
- Nothing.
- Return value
- True:receive, False:discard.
- Notice
-
- Samples
-
//get the outside mouse release.
WSCbool bool = newvlab_000->getOutSideMouseRelease();
Document Release 3.20 For Use with Wide Studio Release 3.20, Spring 2003 Wide Stuido Home | Up to Copyright(C) T. Hirabayashi, 1999-2003 | | Last modified: February 3, 2003 | |