[root] / trunk / gui / gui / inc / TGMsgBox.h Repository:
ViewVC logotype

Log of /trunk/gui/gui/inc/TGMsgBox.h

Parent Directory Parent Directory


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

Revision 43242 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 5 16:21:38 2012 UTC (2 years, 10 months ago) by bellenot
File length: 3935 byte(s)
Diff to previous 23115
Implement "Enter" and "Escape" key handling in TGMsgBox (used as Ok and Cancel buttons, if they are there)

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: 3890 byte(s)
Copied from: trunk/gui/inc/TGMsgBox.h 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/inc/TGMsgBox.h
File length: 3890 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/inc/TGMsgBox.h
File length: 3890 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/inc/TGMsgBox.h
File length: 3942 byte(s)
Diff to previous 15849
remove :$ from tag line

Revision 15849 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 26 13:36:44 2006 UTC (8 years, 6 months ago) by rdm
Original Path: trunk/gui/inc/TGMsgBox.h
File length: 3952 byte(s)
Diff to previous 15635
Instead of providing default implementations for copy ctor's and assignment
operators we better make them private (and not implemented) to avoid people
from accidentally using them. Especially the collections classes and the
TQObject derived classes. In these classes the default implementations would
cause havoc due to multiple deletions of the same objects and other
potential memory corruptions.

Revision 15635 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 30 07:48:18 2006 UTC (8 years, 6 months ago) by antcheva
Original Path: trunk/gui/inc/TGMsgBox.h
File length: 3886 byte(s)
Diff to previous 15134
From Bertrand:
Added new TGMsgBox options/buttons :
- "Yes to All"
- "No to All"
- "Newer Only"
- "Append"
Modified test/guitest.C and tutorials/guitest.cxx accordingly

Revision 15134 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 23 04:47:42 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/gui/inc/TGMsgBox.h
File length: 3709 byte(s)
Diff to previous 15044
From Federico Carminati:

"I have implemented all copy and equal operators needed to silence all
warnings in AliRoot, as requested. I have implemented shallow copies as
would do the default operators synthetized by the compiler.
Most operators are protected. If users complain, you just have to move
them into the public area, but class derivation is of course supported.
It has been a terrible job, I have modified 278 files, but the changes
are backward compabile, and this goes a long way to permitting user to
use the effc++ flag with root headers."

Revision 15044 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 15 07:43:34 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/gui/inc/TGMsgBox.h
File length: 3722 byte(s)
Diff to previous 14929
From Federico:
headers modified to support the gcc option effc++

Revision 14929 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 5 16:25:59 2006 UTC (8 years, 8 months ago) by antcheva
Original Path: trunk/gui/inc/TGMsgBox.h
File length: 3636 byte(s)
Diff to previous 9997
- added a new parameter in TGMsgBox ctors that allows settings
of message text alignment (according to the ETextJustification
(kTextLeft, kTextRight, kTextCenterX, kTextTop, kTextBottom,
kTextCenterY) (thanks to Isidro Gonsales)

Revision 9997 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 13 09:29:03 2004 UTC (10 years, 4 months ago) by rdm
Original Path: trunk/gui/inc/TGMsgBox.h
File length: 3448 byte(s)
Diff to previous 9945
remove unused argument "main" from PMsgBox().

Revision 9945 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 8 08:13:11 2004 UTC (10 years, 4 months ago) by brun
Original Path: trunk/gui/inc/TGMsgBox.h
File length: 3485 byte(s)
Diff to previous 1884
From Valeriy Onuchin:
- provide default constructors for most TGxxx classes.
  The goal:
    1.  required for  guibuilder
     2. providing  ROOT I/O for GUI classes.
  In all default constructors parent window is NULL,
  that means that parent window is currently editted window.

Revision 1884 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 3 10:36:21 2001 UTC (13 years, 9 months ago) by rdm
Original Path: trunk/gui/inc/TGMsgBox.h
File length: 3469 byte(s)
Diff to previous 3
set correct frame type (either kMainFrame, kTransientFrame or kTempFrame).
Needed for Win32 port of GUI.

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/inc/TGMsgBox.h
File length: 3441 byte(s)
Copied from: branches/rdm/gui/inc/TGMsgBox.h 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/inc/TGMsgBox.h
File length: 3441 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