[root] / trunk / gui / gui / src / TRootControlBar.cxx Repository:
ViewVC logotype

Log of /trunk/gui/gui/src/TRootControlBar.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 23115 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 10 13:35:37 2008 UTC (6 years, 9 months ago) by rdm
File length: 7403 byte(s)
Copied from: trunk/gui/src/TRootControlBar.cxx revision 23114
Diff to previous 20882
moved to directory "gui" the following directories:

fitpanel, ged, gui, guibuilder, guihtml, qtgsi, qtroot, sessionviewer

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/gui/src/TRootControlBar.cxx
File length: 7403 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TRootControlBar.cxx
File length: 7403 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TRootControlBar.cxx
File length: 7461 byte(s)
Diff to previous 19219
remove :$ from tag line

Revision 19219 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 2 12:59:25 2007 UTC (7 years, 6 months ago) by brun
Original Path: trunk/gui/src/TRootControlBar.cxx
File length: 7471 byte(s)
Diff to previous 16770
From Ilka:
Added a new method SetButtonWidth(UInt_t buttonWidth) for setting
the button width in pixels.

Invoke this method before calling the TControlbar::Show() if you
want to specify the button width for all control bar buttons:
    bar->SetButtonWidth(90);
    bar->Show();

Revision 16770 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 15 16:35:56 2006 UTC (8 years, 2 months ago) by brun
Original Path: trunk/gui/src/TRootControlBar.cxx
File length: 6982 byte(s)
Diff to previous 14448
From Ilka:
new method SetButtonState(const char *label, Int_t state = 0) in TControlBar. It allows to set different button states using the bar pointer and identifying the text button via its label. The possible states are: 0-kButtonUp, 1-kButtonDown, 2-kButtonEngaged, 3-kButtonDisabled.
Example:
  root > .x tutorials/demos.C
  // to disable the button 'first' do:
  root > bar->SetButtonState("first", 3)
  // to enable the button 'first' do:
  root > bar->SetButtonState("first", 0)

Revision 14448 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 28 16:23:08 2006 UTC (8 years, 9 months ago) by antcheva
Original Path: trunk/gui/src/TRootControlBar.cxx
File length: 5883 byte(s)
Diff to previous 12525
From Valeriy Onuchin:
- use of Cleanup(kDeepCleanup)

Revision 12525 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 23 17:00:41 2005 UTC (9 years, 5 months ago) by brun
Original Path: trunk/gui/src/TRootControlBar.cxx
File length: 5892 byte(s)
Diff to previous 7420
From Bertrand:
Added several protections in TGXXX class constructors,
used when browsing ROOT classes.

Revision 7420 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 9 07:40:13 2003 UTC (11 years, 3 months ago) by brun
Original Path: trunk/gui/src/TRootControlBar.cxx
File length: 5887 byte(s)
Diff to previous 7404
From Ilka: fix a bug in TControlBar::GetClicked

Revision 7404 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 7 13:41:33 2003 UTC (11 years, 3 months ago) by brun
Original Path: trunk/gui/src/TRootControlBar.cxx
File length: 5887 byte(s)
Diff to previous 7376
From Ilka:
Changes that allow users to get a pointer of the last clicked
button in the control bar.

New member function :
   TControlBarButton *TControlBar::GetClicked() const;

Revision 7376 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 29 07:26:13 2003 UTC (11 years, 3 months ago) by brun
Original Path: trunk/gui/src/TRootControlBar.cxx
File length: 5830 byte(s)
Diff to previous 6982
From Ilka:

The text color can be set before the Show method is invoked.

Revision 6982 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 21 12:42:36 2003 UTC (11 years, 6 months ago) by brun
Original Path: trunk/gui/src/TRootControlBar.cxx
File length: 5794 byte(s)
Diff to previous 6977
From Valeriy Onuchin:

- TControlBar::SetTextColor added

Revision 6977 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 18 23:51:49 2003 UTC (11 years, 6 months ago) by rdm
Original Path: trunk/gui/src/TRootControlBar.cxx
File length: 5270 byte(s)
Diff to previous 5329
new method SetFont() added to
   TGTextButton, TControlBar, TRootControlBar, TControlBarImp
classes that allow to change the font of control bar on fly, example:
root [0] .x tutorials/demos.C
root [1] bar->SetFont("-adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-iso8859-1")
root [2] bar->SetFont("-adobe-helvetica-bold-r-*-*-24-*-*-*-*-*-iso8859-1")

Revision 5329 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 18 13:12:59 2002 UTC (12 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TRootControlBar.cxx
File length: 4868 byte(s)
Diff to previous 5328
better closing strategy for the canvas, browser and controlbar. No need anymore
for the DetachImp() method (which has been removed).

Revision 5328 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 18 12:22:14 2002 UTC (12 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TRootControlBar.cxx
File length: 4744 byte(s)
Diff to previous 3
use DeleteWindow() instead of "delete this" to close and delete the widget.

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: trunk/gui/src/TRootControlBar.cxx
File length: 4526 byte(s)
Copied from: branches/rdm/gui/src/TRootControlBar.cxx revision 2
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: branches/rdm/gui/src/TRootControlBar.cxx
File length: 4526 byte(s)
Initial import of ROOT into CVS

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9