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/G4ViewParameters.hh

    r850 r893  
    156156        G4int            GetWindowSizeHintX      () const;
    157157        G4int            GetWindowSizeHintY      () const;
     158        G4int            GetWindowLocationHintX  () const;
     159        G4int            GetWindowLocationHintY  () const;
    158160  const G4String&        GetXGeometryString      () const;
    159161  // If non-null, can be interpreted with XParseGeometry (see man
     
    222224  void SetMarkerNotHidden      ();
    223225  void SetWindowSizeHint       (G4int xHint, G4int yHint);
     226  void SetWindowLocationHint   (G4int xHint, G4int yHint);
    224227  void SetXGeometryString      (const G4String&);
    225228  void SetAutoRefresh          (G4bool);
     
    270273  G4int        fWindowSizeHintX; // Size hints for pixel-based window systems.
    271274  G4int        fWindowSizeHintY;
     275  G4int        fWindowLocationHintX; // Location hints for pixel-based window systems.
     276  G4int        fWindowLocationHintY;
    272277  G4String     fXGeometryString; // If non-null, geometry string for X Windows.
    273278  G4bool       fAutoRefresh;     // ...after change of view parameters.
Note: See TracChangeset for help on using the changeset viewer.