home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / tcl / 1907 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  967 b 

  1. Path: sparky!uunet!stanford.edu!agate!sprite.Berkeley.EDU!ouster
  2. From: ouster@sprite.Berkeley.EDU (John Ousterhout)
  3. Newsgroups: comp.lang.tcl
  4. Subject: Re: Multiple text-lines in buttons
  5. Date: 20 Nov 1992 16:47:23 GMT
  6. Organization: U.C. Berkeley Sprite Project
  7. Lines: 15
  8. Distribution: world
  9. Message-ID: <1ej4qrINN35a@agate.berkeley.edu>
  10. References: <1992Nov20.094418.5838@dxcern.cern.ch>
  11. NNTP-Posting-Host: tyranny.berkeley.edu
  12.  
  13. In article <1992Nov20.094418.5838@dxcern.cern.ch>, trones@dxcern.cern.ch (Jostein Lodve Trones) writes:
  14. |> 
  15. |> Is it possible to have two or more lines of text in a button?
  16. |> 
  17. |> I tried with a -text option like: -text "This is line 1 \n and this line 2"
  18. |> but I still got them on the same line.
  19. |> 
  20. |> Thank's!
  21. |> 
  22. |> Cheers, 
  23. |>     Jostein
  24.  
  25. Right now this isn't possible.  You'd have to use a message widget
  26. instead, but of course it doesn't have all the other properties of
  27. buttons (you can define them yourself with bindings, though).
  28.