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
 that can be activated by mouse

 A macro in dfWin.ch exists that permits to know 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 in dfAnd(oTbr:W_MOUSEMETHOD, nOpt])!= 0


 List of the methods that can be actived

 +------------------------------------------------------------------+
 | Value          | Description                                     |
 |----------------+-------------------------------------------------|
 | W_MM_ESCAPE    | Icon of ESC                                     |
 | W_MM_MOVE      | Movement of the object                          |
 | W_MM_MINIMIZE  | Reduction to the smallest size                  |
 | W_MM_MAXIMIZE  | Increase to the max size                        |
 | W_MM_VSCROLLBAR| vertical SCROLLBAR                              |
 | W_MM_SIZE      | Size of the Icon                                |
 | W_MM_HSCROLLBAR| horizontal SCROLLBAR                            |
 +------------------------------------------------------------------+

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