Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

removing min / max / close buttons from title bar

13 views
Skip to first unread message

drain

unread,
Aug 31, 2012, 2:48:42 PM8/31/12
to Help-gn...@gnu.org
How would I do this? Right now the title bar only reads the buffer name;
which is all I want up there.



--
View this message in context: http://emacs.1067599.n5.nabble.com/removing-min-max-close-buttons-from-title-bar-tp262739.html
Sent from the Emacs - Help mailing list archive at Nabble.com.

Oleksandr Gavenko

unread,
Aug 31, 2012, 5:11:02 PM8/31/12
to help-gn...@gnu.org
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!


0 new messages