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