* Has <b> OK </b> status if not <code>null</code> value returned
*/
public void _getDragGestureRecognizer() {
boolean result = true ;
XDragGestureRecognizer rec = oObj.getDragGestureRecognizer(win) ;
result = rec != null ;
tRes.tested("getDragGestureRecognizer()", result) ;
}