[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
- Re: Proposing changes to adjust_frame_size, (continued)
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/16
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/16
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/16
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/16
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/16
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/17
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/06
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/09
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/09
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/09
- Re: Proposing changes to adjust_frame_size,
martin rudalics <=
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/10
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/10
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/10
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/10
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/11
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/12
- Re: Proposing changes to adjust_frame_size, Garjola Dindi, 2021/05/13