Ignore:
Timestamp:
Nov 27, 2008, 4:56:05 PM (15 years ago)
Author:
garnier
Message:

make 3.80 added because 3.81 is bad

File:
1 edited

Legend:

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

    r850 r893  
    355355  void  GetWindowSizeHint (G4int& xHint, G4int& yHint) const;
    356356  // Note: GetWindowSizeHint information is returned via the G4int& arguments.
     357  void  GetWindowLocationHint (G4int& xHint, G4int& yHint) const;
    357358  const G4String&              GetXGeometryString          () const;
    358359  // GetXGeometryString is intended to be parsed by XParseGeometry.
     
    381382  void              SetVerboseLevel             (Verbosity);
    382383  void              SetWindowSizeHint           (G4int xHint, G4int yHint);
     384  void              SetWindowLocationHint           (G4int xHint, G4int yHint);
    383385  void              SetXGeometryString          (const G4String&);
    384386  void              SetEventRefreshing          (G4bool);
     
    457459  G4VisStateDependent*  fpStateDependent;   // Friend state dependent class.
    458460  G4int fWindowSizeHintX, fWindowSizeHintY; // For viewer...
     461  G4int fWindowLocationHintX, fWindowLocationHintY; // For viewer...
    459462  G4String              fXGeometryString;   // ...construction.
    460463  G4TrajectoriesModel   dummyTrajectoriesModel;  // For passing drawing mode.
Note: See TracChangeset for help on using the changeset viewer.