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