Lisp HUG Maillist Archive

"Resize triangle"

On Windows, the LispWorks IDE itself has, like many other
applications, a small hatched triangle in the lower right corner that
one can use to resize the window.  However, my own CAPI windows never
have such a triangle.  Is there a way for me to get this as well?


Re: "Resize triangle"

It's been a while since I wrote raw Win32 code and I'm not a CAPI guy,
but these things are usually controlled by window styles at creation
time.  I think this one is WS_SIZEBOX.

-Chris

On Sun, Feb 24, 2008 at 3:06 PM, Edi Weitz <edi@agharta.de> wrote:
>
>  On Windows, the LispWorks IDE itself has, like many other
>  applications, a small hatched triangle in the lower right corner that
>  one can use to resize the window.  However, my own CAPI windows never
>  have such a triangle.  Is there a way for me to get this as well?
>
>


RE: "Resize triangle"

> -----Original Message-----
> From: owner-lisp-hug@lispworks.com 
> [mailto:owner-lisp-hug@lispworks.com] On Behalf Of Edi Weitz
> Sent: Monday, February 25, 2008 12:06 AM
> To: lisp-hug@lispworks.com
> Subject: "Resize triangle"
> 
> 
> 
> On Windows, the LispWorks IDE itself has, like many other 
> applications, a small hatched triangle in the lower right 
> corner that one can use to resize the window.  However, my 
> own CAPI windows never have such a triangle.  Is there a way 
> for me to get this as well?
> 

Hi Edi,

in my capi:interface I use :message-area t which gives me a "Resize Triangle" within the message area.

Andreas


Re: "Resize triangle"

On Mon, 25 Feb 2008 02:48:18 +0100, "Andreas Thiele" <andreas@atp-media.de> wrote:

> in my capi:interface I use :message-area t which gives me a "Resize
> Triangle" within the message area.

Ah, yes, wonderful, exactly what I wanted!

Thanks,
Edi.


Updated at: 2020-12-10 08:43 UTC