Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

 %OBJ%:W_MOUSEMETHOD  is a variable in which is contained the methods
  available to the mouse

 A macro that exits in dfWin.ch provides information about methods if
 a certain method is active.

 Es

 IF TBISOPT(%OBJ%,W_MM_MINIMIZE)  #0
    ? "The object can be minimized"
 ENDIF

 TBISOPT(oTbr,nOpt) is translated by dfAnd (oTbr:W_MOUSEMETHOD, nOpt)!= 0


 List of the available methods:

 +------------------------------------------------------------------+
 | Value             | Description                                  |
 |-------------------+----------------------------------------------|
 | W_MM_ESCAPE       | Icon of ESC                                  |
 | W_MM_MOVE         | Movement of the object                       |
 | W_MM_MINIMIZE     | Reduction to the least dimension             |
 | W_MM_MAXIMIZE     | Amplification to the windows coordinates     |
 | W_MM_VSCROLLBAR   | vertical SCROLLBAR                           |
 | W_MM_SIZE         | Icon of Size                                 |
 | W_MM_HSCROLLBAR   | horizontal SCROLLBAR                         |
 | W_MM_PAGE         | Ability to the change page                   |
 | W_MM_EDIT         | Ability to do entry in [edit] by mouse       |
 +------------------------------------------------------------------+


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson