From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: uzibalqa Newsgroups: gmane.emacs.help Subject: Re: Moving "Menu Bar" and "Tooltips" to a specific window. Date: Mon, 12 Sep 2022 20:31:07 +0000 Message-ID: References: <87zgf6aq75.fsf@codeisgreat.org> <87leqp47dd.fsf@yahoo.com> Reply-To: uzibalqa Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23783"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Stefan Monnier , help-gnu-emacs@gnu.org To: Po Lu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Sep 12 22:32:25 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oXq6S-0005wn-D0 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 12 Sep 2022 22:32:24 +0200 Original-Received: from localhost ([::1]:40414 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oXq6R-0003LE-3m for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 12 Sep 2022 16:32:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50618) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXq5W-0003L6-Cs for help-gnu-emacs@gnu.org; Mon, 12 Sep 2022 16:31:26 -0400 Original-Received: from mail-40137.protonmail.ch ([185.70.40.137]:60633) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXq5S-0001yT-Cs for help-gnu-emacs@gnu.org; Mon, 12 Sep 2022 16:31:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1663014678; x=1663273878; bh=vOUUEpFKuIHQbb+zBLjT1qkjBXt6cZWJg+/QiQrcj58=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=OQNoRK4La3BK/IhyYtzmsbWauh/evqMUWfS8bulwdz57Z1TFdxDCWTQJr/j1lOare Re7jDrXsDvSPhoZo9VUVq+ksyUO4qMDOYE2I7Sto1YYo3BXb0Wt7zshOBjfb1XG1Uv kVt5gqEjLbX/RLGLAjoAj7r85OZNzJ1BnCt23o9OZ7gY/evEi5KSsE7ftMlY/dV7Wg yjkgAWFWHv01bgW0P/arv3s+wNFW7FIIb/WS8P7cV9kia3GbrJ+WXyMHrF/bgiq1nU MiaClepexnQ7ubbaHntCBwjN18e7EMZsoLzsiMnZAd9btuhPR7AFbqGRJYt5X+XYHn /cjvI2g0Hq8BQ== In-Reply-To: <87leqp47dd.fsf@yahoo.com> Feedback-ID: 52887082:user:proton Received-SPF: pass client-ip=185.70.40.137; envelope-from=uzibalqa@proton.me; helo=mail-40137.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:139424 Archived-At: ------- Original Message ------- On Monday, September 12th, 2022 at 3:08 AM, Po Lu wrot= e: > uzibalqa uzibalqa@proton.me writes: >=20 > > In Emacs, the "Tool Bar" can be displayed with the options "None", "On > > the Top", "On the Bottom", "On the Left", "On the Right". >=20 >=20 > Only under GTK builds. >=20 > > Could the "Menu Bar" be made to do the same? >=20 >=20 > In principle, yes. But someone has to write that code, and I won't envy > the person who does, since the current tool bar placement code is > already one of the trickiest pieces of the GTK support code. Can one detach the Menu-Bar and Icon-Bar? Like one can do with Gimp, where= one can move the toolbox around.