Method: Fox::FXWindow#setDragRectangle
- Defined in:
- rdoc-sources/FXWindow.rb
#setDragRectangle(x, y, w, h, wantUpdates = true) ⇒ Object
When being dragged over, indicate that no further SEL_DND_MOTION messages are required while the cursor is inside the given rectangle
636 |
# File 'rdoc-sources/FXWindow.rb', line 636 def setDragRectangle(x, y, w, h, wantUpdates=true); end |