From: storm@cua.dk (Kim F. Storm)
Cc: David Reitter <david.reitter@gmail.com>,
Emacs-Devel ' <emacs-devel@gnu.org>
Subject: Re: Space between toolbar and window (Carbon?)
Date: Wed, 22 Feb 2006 10:01:03 +0100 [thread overview]
Message-ID: <m3oe0zu5rk.fsf@kfs-l.imdomain.dk> (raw)
In-Reply-To: <87slqc9u8b.fsf@stupidchicken.com> (Chong Yidong's message of "Tue, 21 Feb 2006 18:18:12 -0500")
Chong Yidong <cyd@stupidchicken.com> writes:
> David Reitter <david.reitter@gmail.com> writes:
>
>> Can anyone give me a hint as to whether I can easily remove the extra
>> space between the toolbar and the window (see screenshot)? It varies
>> in size with frame height and line height and I'd like to get rid of
>> it. Where in the code would I have to look? Is this Carbon specific?
>
> The non-toolkit X version has it; the GTK one doesn't.
Right!
In the non-toolkit version, the toolbar is "just another emacs
window", and currently the height, width and position of all windows
must be a multiple of the nominal frame line height (because the
corner positions of a window is measured in lines and columns rather
than pixels).
In the GTK version, the toolbar is a separate X window, so it's height is
not constrained by this.
--
Kim F. Storm <storm@cua.dk> http://www.cua.dk
next prev parent reply other threads:[~2006-02-22 9:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-21 10:51 Space between toolbar and window (Carbon?) David Reitter
2006-02-21 22:45 ` Kim F. Storm
2006-02-22 8:34 ` YAMAMOTO Mitsuharu
2006-02-22 12:24 ` Kim F. Storm
2006-02-23 9:13 ` YAMAMOTO Mitsuharu
2006-03-04 22:35 ` Kim F. Storm
2006-03-05 3:51 ` Chong Yidong
2006-03-09 19:21 ` David Reitter
2006-02-21 23:18 ` Chong Yidong
2006-02-22 9:01 ` Kim F. Storm [this message]
2006-02-22 16:00 ` David Reitter
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=m3oe0zu5rk.fsf@kfs-l.imdomain.dk \
--to=storm@cua.dk \
--cc=david.reitter@gmail.com \
--cc=emacs-devel@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.