Lisp HUG Maillist Archive

AW: Adding a pane with a border and a title

Hello Dmitri,

Thanks that works for me.

In the 4.2 reference-PDF it is no parameter :recessed.
So for me a undocumented feature.

Now i added a title:

 (row-of-buttons capi:row-layout
                 '(page-up page-down open-file)
                 :visible-border
                 :recessed
                 :title '"Test"
                 )

But it show's up above of the frame. Is there an option to get
a frame where it is inserted in the top frame-border like in
windows standard-frames?

And is it possible to make the row bigger and to adjust the buttons inside?

Friedrich, thanks for your code-sample.

Regards
Hans-Peter



-----Ursprüngliche Nachricht-----
Von: Dmitri Ivanov [mailto:divanov2@postman.ru]
Gesendet: Dienstag, 17. Juni 2003 10:16
An: Wickern, Hans- Peter
Cc: lisp-hug@xanalys.com
Betreff: Re: Adding a pane with a border and a title


Hello,

| "Wickern, Hans- Peter" <hpwickern@interluebke.de> writes:
| 
|>  (main-layout capi:column-layout
|>               '(row-of-buttons))
|>  (row-of-buttons capi:row-layout
|>                  '(page-up page-down open-file)
|         :visible-border t))
| 
| add that to the interface and you got a border around the Buttons.

For me, this doesn't have any vissible effect on Windows. But
    :visible-border :recessed
really does.
--
Sincerely,
Dmitri Ivanov
www.aha.ru/~divanov


Re: AW: Adding a pane with a border and a title

Hello Wickern,

|...snip...|
| In the 4.2 reference-PDF it is no parameter :recessed.
| So for me a undocumented feature.
| 
| Now i added a title:
| 
|  (row-of-buttons capi:row-layout
|                  '(page-up page-down open-file)
|                  :visible-border
|                  :recessed
|                  :title '"Test"
|                  )
| 
| But it show's up above of the frame. Is there an option to get
| a frame where it is inserted in the top frame-border like in
| windows standard-frames?

I am afraid, no.
 
| And is it possible to make the row bigger and to adjust the buttons
| inside?

You can try
    :x-gap 10
    :visible-min-height 50

It would be nice if :title-gap also worked :-(
--
Sincerely,
Dmitri Ivanov
www.aha.ru/~divanov


Unable to render article 1139 because of ":DEFAULT stream decoding error on #<SB-SYS:FD-STREAM for \"socket 192.168.43.216:64919, peer: 116.202.254.214:119\" {10060D8B33}>: the octet sequence #(252 110 103 108) cannot be decoded." error

Updated at: 2020-12-10 09:00 UTC