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

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

Re: removing min / max / close buttons from title bar


From: Oleksandr Gavenko
Subject: Re: removing min / max / close buttons from title bar
Date: Sat, 01 Sep 2012 00:11:02 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

On 2012-08-31, drain wrote:

> How would I do this? Right now the title bar only reads the buffer name;
> which is all I want up there.
>
This depends on OS and window manager you using...

For example under Fvwm (in Debian) you can't do this in Emacs, only through
~/.fvwm/config file...

Under Windows you can recompile Emacs:

  http://msdn.microsoft.com/en-us/library/windows/desktop/ms632600.aspx
                WS_MAXIMIZEBOX
                0x00010000L
                The window has a maximize button. Cannot be combined with the
                WS_EX_CONTEXTHELP style. The WS_SYSMENU style must also be
                specified. 

in function calls: CreateWindow.

-- 
Best regards!




reply via email to

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