def callback(property_view, name, user_param1, ...)
Emitted when a row in a property view is activated by double clicking.
property_view : |
instance of RB.PropertyView that is emitting the signal |
name : |
the property value that was activated |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |