SuperclassesDocumented Subclasses
        None
           Direct Slotsstylus-onlyThe stylus-only property of type :boolean  (Read / Write / Construct)  
  Whether this gesture should exclusively react to stylus input devices.  Since 4.10    Default value: true  Details      The  gtk:gesture-stylus class is a  gtk:gesture implementation
    specific to stylus input.  
  The provided signals just provide the basic information of the stylus events.   Signal Details    
        The "down" signal
            
lambda (gesture x y)    :run-last                     - gesture
 - The gtk:gesture-stylus object on which the          signal is emitted.
          - x
 - The double float for the x coordinate of the stylus event.
         - y
 - The double float for the y coordinate of the stylus event.
                   
        The "motion" signal
            
lambda (gesture x y)    :run-last                     - gesture
 - The gtk:gesture-stylus object on which the          signal is emitted.
          - x
 - The double float for the x coordinate of the stylus event.
         - y
 - The double float for the y coordinate of the stylus event.
                   
        The "proximity" signal
            
lambda (gesture x y)    :run-last                     - gesture
 - The gtk:gesture-stylus object on which the          signal is emitted.
          - x
 - The double float for the x coordinate of the stylus event.
         - y
 - The double float for the y coordinate of the stylus event.
                   
        The "up" signal
            
lambda (gesture x y)    :run-last                     - gesture
 - The gtk:gesture-stylus object on which the          signal is emitted.
          - x
 - The double float for the x coordinate of the stylus event.
         - y
 - The double float for the y coordinate of the stylus event.
                          | 
             
           | Returned bySlot Access FunctionsInherited Slot Access FunctionsSee also |