all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Yates <john@yates-sheets.org>
To: Help Gnu Emacs mailing list <help-gnu-emacs@gnu.org>
Subject: Window component order
Date: Mon, 9 May 2022 12:07:00 -0400	[thread overview]
Message-ID: <CAJnXXojLY856MQQYBOFvoA4qjK63NSo87tQJOYHq5u37MrZTpg@mail.gmail.com> (raw)

I am embarking on allowing the mode-line to appear
at the top of a window.  To do so, one function I need
to visit is window.c's coordinates_in_window.  This is
a rather tortured bit of logic so before I go too far I
would like to validate my current understanding of
window layout.

Including a possible mode-line at top, is this the
proper top to bottom ordering of components?
(I understand, that config setting will influence
which components are actually present.)

    Top mode line
    Tab line
    Header line
    Text area
    Bottom mode line
    Horizontal scroll bar
    Bottom window divider

Similarly, is this the proper left to right ordering
of components?

    Grabbable left vertical border
    Vertical scroll bar on left
    Left fringe
    Left margin
    Text area
    Right margin
    Right fringe
    Vertical scroll bar on right
    Right window divider
    Grabbable right vertical border

/john



             reply	other threads:[~2022-05-09 16:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-09 16:07 John Yates [this message]
2022-05-09 16:39 ` Window component order Eli Zaretskii
2022-05-09 19:10   ` John Yates

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJnXXojLY856MQQYBOFvoA4qjK63NSo87tQJOYHq5u37MrZTpg@mail.gmail.com \
    --to=john@yates-sheets.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.