Method: Fox::FXDockSite#moveToolBar
- Defined in:
- rdoc-sources/FXDockSite.rb
#moveToolBar(bar, barx, bary) ⇒ Object
Move tool bar, changing its options to suit the new position. Used by the toolbar dragging to rearrange the toolbars inside the toolbar dock.
Parameters:
bar
-
a reference to the dockbar that’s being dragged Fox::FXDockBar
barx
-
current x-coordinate of the dockbar [Integer]
bary
current y-coordinate of the dockbar [Integer]
49 |
# File 'rdoc-sources/FXDockSite.rb', line 49 def moveToolBar(, , ); end |