Ignore:
Timestamp:
Dec 3, 2008, 7:03:25 PM (16 years ago)
Author:
garnier
Message:

suppres des debug et modif des WinSize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/management/include/G4ViewParameters.hh

    r896 r897  
    156156        G4int            GetWindowAbsoluteLocationHintX (G4int) const;
    157157        G4int            GetWindowAbsoluteLocationHintY (G4int) const;
    158         G4int            GetWindowSizeHintX      () const;
    159         G4int            GetWindowSizeHintY      () const;
     158        unsigned int     GetWindowSizeHintX      () const;
     159        unsigned int     GetWindowSizeHintY      () const;
    160160        G4int            GetWindowLocationHintX  () const;
    161161        G4int            GetWindowLocationHintY  () const;
    162162  const G4String&        GetXGeometryString      () const;
    163   // If non-null, can be interpreted with XParseGeometry (see man
    164   // pages).  Supercedes GetWindowSizeHintX/Y.
     163  // GetXGeometryString is intended to be parsed by XParseGeometry.
     164  // It contains the size information, as in GetWindowSizeHint, but
     165  // may also contain the window position, e.g., "600x600-0+200.  The
     166  // viewer should use this in preference to GetWindowSizeHint, since
     167  // it contains more information.  (The size information in
     168  // GetXGeometryString and GetWindowSizeHint is guaranteed to be
     169  // identical.)
    165170        G4bool           IsAutoRefresh           () const;
    166171  const G4Colour&        GetBackgroundColour     () const;
Note: See TracChangeset for help on using the changeset viewer.