unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 43405@debbugs.gnu.org, juri@linkov.net
Subject: bug#43405: Tool bar item doesn't align to the right edge
Date: Thu, 17 Sep 2020 17:24:55 +0200	[thread overview]
Message-ID: <m2bli45su0.fsf@gmail.com> (raw)
In-Reply-To: <83v9gc5u94.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 17 Sep 2020 17:54:15 +0300")

>>>>> On Thu, 17 Sep 2020 17:54:15 +0300, Eli Zaretskii <eliz@gnu.org> said:

    >> From: Robert Pluim <rpluim@gmail.com>
    >> Cc: 43405@debbugs.gnu.org,  juri@linkov.net
    >> Date: Thu, 17 Sep 2020 16:43:37 +0200
    >> 
    >> If the GtkToolbar child property "expand" is TRUE and the property
    >> "draw" is set to FALSE, the effect is to force all following items to
    >> the end of the toolbar.
    >> 
    >> So if you do the following, all toolbar items added after this
    >> separator end up on the right:
    >> 
    >> ti = gtk_separator_tool_item_new ();
    >> gtk_tool_item_set_expand (ti, true);
    >> gtk_separator_tool_item_set_draw (GTK_SEPARATOR_TOOL_ITEM (ti), true);
    >> gtk_toolbar_insert (GTK_TOOLBAR (wtoolbar), ti, j);
    >> 
    >> It does produce an ugly empty patch in the middle of the toolbar
    >> thatʼs a different colour though.

    Eli> So you are saying that, while possible, doing this is not really
    Eli> workable, since it produces ugly display?

You know this is 2020, so truth == lies, and lies == truth, right?
So, once I actually follow the documentation and pass 'false' in the right
place, the toolbar looks correct :-)

Now the question is: do we want to expose this to lisp, and if so,
how? I mean, I have no idea if the macOS or MS-Windows tool bar have
a similar feature.

Robert





  reply	other threads:[~2020-09-17 15:24 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <jwvd02uygtp.fsf-monnier+emacs@gnu.org>
     [not found] ` <87mu1xrjqw.fsf@gkayaalp.com>
     [not found]   ` <48ed4897-356c-4669-a330-1fdb5d65402b@default>
     [not found]     ` <CAP_d_8VYOrFJ6=3boUDvdxTQkEm=ZdUtE+nm2M+kuZdoCBg48g@mail.gmail.com>
     [not found]       ` <83lfhhijbl.fsf@gnu.org>
     [not found]         ` <871rj9uz12.fsf@gkayaalp.com>
     [not found]           ` <alpine.NEB.2.22.394.2009102307230453.22593@sdf.lonestar.org>
     [not found]             ` <E1kGaUK-0004lt-IG@fencepost.gnu.org>
     [not found]               ` <875z8k4wv8.fsf@posteo.net>
     [not found]                 ` <83pn6shjni.fsf@gnu.org>
     [not found]                   ` <20200911074445.GB5194@tuxteam.de>
     [not found]                     ` <87zh5uqdqm.fsf@mail.linkov.net>
     [not found]                       ` <834ko1da33.fsf@gnu.org>
     [not found]                         ` <87sgbloe5z.fsf@mail.linkov.net>
     [not found]                           ` <83een5bkja.fsf@gnu.org>
     [not found]                             ` <87v9ghlc5c.fsf@mail.linkov.net>
     [not found]                               ` <83d02pbhny.fsf@gnu.org>
2020-09-14 19:18                                 ` bug#43405: Tool bar item doesn't align to the right edge Juri Linkov
2020-09-14 19:34                                   ` Eli Zaretskii
2020-09-15 18:14                                     ` Juri Linkov
2020-09-15 18:39                                       ` Eli Zaretskii
2020-09-16 19:29                                         ` Juri Linkov
2020-09-17  9:03                                         ` Robert Pluim
2020-09-17 13:45                                           ` Eli Zaretskii
2020-09-17 14:43                                             ` Robert Pluim
2020-09-17 14:54                                               ` Eli Zaretskii
2020-09-17 15:24                                                 ` Robert Pluim [this message]
2020-09-17 15:33                                                   ` Eli Zaretskii
2020-09-18  8:38                                                     ` Robert Pluim
2020-09-18  8:58                                                       ` Eli Zaretskii
2020-09-21 18:30                                                         ` Robert Pluim
2020-09-21 19:04                                                           ` Eli Zaretskii
2020-09-21 20:07                                                             ` Robert Pluim
2020-09-22 14:39                                                               ` Eli Zaretskii
2020-09-22 15:14                                                                 ` Robert Pluim
2020-09-22 15:26                                                                   ` Eli Zaretskii
2020-09-14 19:53                                   ` spvk

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=m2bli45su0.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=43405@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=juri@linkov.net \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).