This method docks a registered dialog bar to the specified docking area.
<RolloutFloater_or_Rollout> - This parameter must be a RolloutFloater created with NewRolloutFloater or a Rollout that has been installed in a dialog using CreateDialog, and has been registered using cui.RegisterDialogBar.
<dockflag> - Specifies the area to dock the dialog bar to.
#cui_dock_left - dock to the left
#cui_dock_top - dock to the top
#cui_dock_right - dock to the right
#cui_dock_bottom - dock to the bottom
This method will float a registered dialog bar.
<RolloutFloater_or_Rollout> - This parameter must be a RolloutFloater created with NewRolloutFloater or a Rollout that has been installed in a dialog using CreateDialog , and has been registered using cui.RegisterDialogBar .