https://github.com/root-project/root
Revision 26e0ebe15690939604fb7a7a04f387392835f6a5 authored by Fons Rademakers on 08 July 2004, 14:40:29 UTC, committed by Fons Rademakers on 08 July 2004, 14:40:29 UTC
A TGDockableFrame is a frame with handles that allow it to be
undocked (i.e. put in a transient frame of its own) and to be docked
again or hidden and shown again. It uses the TGDockButton, which is a
button with two vertical bars (||) and TGDockHideButton, which is a
button with a small triangle. The TGUndockedFrame is a transient frame
that on closure will put the frame back in the dock.


git-svn-id: http://root.cern.ch/svn/root/trunk@9444 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent e48af5c
Raw File
Tip revision: 26e0ebe15690939604fb7a7a04f387392835f6a5 authored by Fons Rademakers on 08 July 2004, 14:40:29 UTC
new TGDockableFrame widget, ported from xclass by Abdelhalim Ssadik.
Tip revision: 26e0ebe
LICENSE
ROOT Software Terms and Conditions

The authors hereby grant permission to use, copy, and distribute this
software and its documentation for any purpose, provided that existing
copyright notices are retained in all copies and that this notice is
included verbatim in any distributions. Additionally, the authors grant
permission to modify this software and its documentation for any purpose,
provided that such modifications are not distributed without the explicit
consent of the authors and that existing copyright notices are retained in
all copies. Users of the software are asked to feed back problems, benefits,
and/or suggestions about the software to the ROOT Development Team
(rootdev@root.cern.ch). Support for this software - fixing of bugs,
incorporation of new features - is done on a best effort basis. All bug
fixes and enhancements will be made available under the same terms and
conditions as the original software.


IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY DERIVATIVES THEREOF,
EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE IS
PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE NO
OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
MODIFICATIONS.
back to top