emacs-devel
[Top][All Lists]
Advanced

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

Re: Proposing changes to adjust_frame_size


From: martin rudalics
Subject: Re: Proposing changes to adjust_frame_size
Date: Mon, 10 May 2021 10:24:26 +0200

> I tried:
>
> ----
> (setq frame (make-frame '((width . 60) (height . 20)
>                      (tool-bar-lines . 0)
>                      (left-fringe . 0) (right-fringe . 0)
>                      (vertical-scroll-bars . nil)
>                      (visibility . nil))))
>
> (make-frame-visible frame)
> ----
>
> Then, I got:
>
> ----
> (frame-width)
> 60
>
> (frame-height)
> 20
> ----
>
> So I think the difference is by fringes and scrollbar.

Hmmm...  did you try the above without the (tool-bar-lines . 0)?

And how does a normal, visible pgtk frame behave when you toggle scroll
bars or fringes on and off?  Here it expands and shrinks.

martin



reply via email to

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