home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / openloo / 3692 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.2 KB  |  34 lines

  1. Newsgroups: comp.windows.open-look
  2. Path: sparky!uunet!wupost!usc!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!hrz.tu-chemnitz.de!uwek
  3. From: uwek@informatik.tu-chemnitz.de (Jens-Uwe Knaebchen)
  4. Subject: Question: Resize a Tree-Widget
  5. Message-ID: <uwek.715423905@informatik.tu-chemnitz.de>
  6. Keywords: OLIT Widget Set, Tree-Widget
  7. Sender: bin@hrz.tu-chemnitz.de (Owner of all binaries)
  8. Organization: tu-chemnitz
  9. Date: Wed, 2 Sep 1992 08:51:45 GMT
  10. Lines: 22
  11.  
  12.  
  13. Hi,
  14.  
  15. I use OLIT Widget Set and C++.
  16. I need in my application a scrolled window ( scrolledWindowWidgetClass), which
  17. contains a tree ( XstreeWidgetClass by Douglas A.Young & John Pew).
  18. The tree must be create dynamically in the program, after building the other
  19. widgets ( in XtMainLoop).
  20. No problems, I thought, but when I created the tree widget without a predefined
  21. size, the tree and of course the scrolled window shrinks to a little rectangle
  22. with a width and height from 5 pixels.
  23. Otherwise, if I created the widget with a predefined size then the window is 
  24. either to big or to small ( nodes are invisible).
  25.  
  26. Please, can anybody explain a solution.
  27.  
  28. Thanks
  29.  
  30.     Jens-Uwe
  31.  
  32. email: Jens-Uwe.Knaebchen@informatik.tu-chemnitz.de
  33.  
  34.