help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Start as maximized?


From: Jason Rumney
Subject: Re: Start as maximized?
Date: 23 Apr 2004 20:41:33 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

giacomo boffi <giacomo.boffi@polimi.it> writes:

> > (w32-send-sys-command ?\xf030)
> 
>    where could i look to know what i get with
>
>   (w32-send-sys-command ?\xf031)
>   (w32-send-sys-command ?\xf032)
>   (w32-send-sys-command ?\xf033)
>   (w32-send-sys-command ?\xf034)

The doc string of w32-send-sys-command says it sends a WM_SYSCOMMAND
Windows message, so the documentation for WM_SYSCOMMAND on MSDN would
be a good place to start, though for the actual values, you'd
probably have to look in the mingw header files.

The useful values are listed in the w32-send-sys-command doc string.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]