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

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

Re: set-frame-parameter


From: steve-humphreys
Subject: Re: set-frame-parameter
Date: Thu, 10 Dec 2020 05:09:18 +0100

> Sent: Thursday, December 10, 2020 at 4:55 AM
> From: "Michael Heerdegen" <michael_heerdegen@web.de>
> To: help-gnu-emacs@gnu.org
> Subject: Re: set-frame-parameter
>
> steve-humphreys@gmx.com writes:
>
> > > > (let ((w (frame-width)) (h (frame-height)))
> > > >     (set-frame-parameter (selected-frame) 'fullscreen nil)
> > > >     (set-frame-size nil w h))
> > >
> > > I don't understand that code.  You resize the frame to its...current
> > > size?
> >
> > Yes because the first time I go fullscreen, I remove the menu and edit
> > bars.
>
> Now I want to know what you are trying to achieve.

When things are maximised, one usually cannot resize and move
the frame around.  So I make three possibilities:

1. Fullscreen - Without menu and edit bars (removes window bar)
2. Fullscreen - With menu and edit bars, maximised but puts window bar back
3. Small window that I can move around.




> Michael.
>
>
>



reply via email to

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