home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / windows / intervie / 3641 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.5 KB  |  39 lines

  1. Newsgroups: comp.windows.interviews
  2. Path: sparky!uunet!news.univie.ac.at!scsing.switch.ch!univ-lyon1.fr!ghost.dsi.unimi.it!rpi!usenet.coe.montana.edu!saimiri.primate.wisc.edu!sdd.hp.com!elroy.jpl.nasa.gov!usc!howland.reston.ans.net!spool.mu.edu!agate!stanford.edu!SG2.CR.USGS.GOV!hemmer
  3. From: hemmer@SG2.CR.USGS.GOV (Jim Hemmer)
  4. Subject: Tabs
  5. Message-ID: <9301271444.AA13599@sg2.cr.usgs.gov>
  6. Sender: news@shelby.stanford.edu (USENET News System)
  7. Organization: Internet-USENET Gateway at Stanford University
  8. Date: Wed, 27 Jan 1993 14:44:19 GMT
  9. Lines: 28
  10.  
  11.  
  12. I am trying to define a class Tab which would be used as
  13. a special Character and would be placed in an LRComposition
  14. with other Character instances  (see src/examples/preview/main.c)
  15. Tab stops would be defined at specific horizontal locations.  
  16.  
  17. The problem is the width of a Tab instance is dependent on its
  18. Horizontal position in the LRComposition.  For instance if a 
  19. Tab is placed at 2 inch and the Tab instances location is 1.5 inch, 
  20. the Tab's width would be (2 inch - 1.5 inch) = .5 inch.
  21.  
  22. When the LRCompositor requests the Tab's width, via ::request,
  23. the horizontal location is unknown.
  24.  
  25. Any feedback on how Tab could be implemented would be appreciated.
  26. -- 
  27.  
  28. ================================
  29. | Hughes STX Corporation       |
  30. | EROS Data Center             |
  31. | Sioux Falls, SD 57198        |
  32. |                              |
  33. | att: 605-594-6862            |
  34. | fax: 605-594-6589            |
  35. | hemmer@sg2.cr.usgs.gov       |
  36. ================================
  37.  
  38.  
  39.