Method: Fox::FXDockSite#dockToolBar
- Defined in:
-
rdoc-sources/FXDockSite.rb,
rdoc-sources/FXDockSite.rb
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.
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(, before); end |