all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* removing min / max / close buttons from title bar
@ 2012-08-31 18:48 drain
  2012-08-31 21:11 ` Oleksandr Gavenko
  0 siblings, 1 reply; 2+ messages in thread
From: drain @ 2012-08-31 18:48 UTC (permalink / raw
  To: Help-gnu-emacs

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.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: removing min / max / close buttons from title bar
  2012-08-31 18:48 removing min / max / close buttons from title bar drain
@ 2012-08-31 21:11 ` Oleksandr Gavenko
  0 siblings, 0 replies; 2+ messages in thread
From: Oleksandr Gavenko @ 2012-08-31 21:11 UTC (permalink / raw
  To: help-gnu-emacs

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!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-31 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-31 18:48 removing min / max / close buttons from title bar drain
2012-08-31 21:11 ` Oleksandr Gavenko

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.