Method: Fox::FXDockSite#dockToolBar

Defined in:
rdoc-sources/FXDockSite.rb,
rdoc-sources/FXDockSite.rb

#dockToolBar(bar, barx, bary) ⇒ Object

The dock site is informed that the given bar has been docked at the given coordinates. The default implementation determines where to insert the newly docked bar and adjusts the layout options of the bars accordingly.

Parameters:

bar

a reference to the newly docked dockbar Fox::FXDockBarFox::FXDockBar

barx

x-coordinate of the docking position [Integer]

bary

y-coordinate of the docking position [Integer]



62
# File 'rdoc-sources/FXDockSite.rb', line 62

def dockToolBar(bar, before); end