From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Fix placement of toggle and radio button in Lucid menu. Date: Sat, 26 Feb 2022 08:26:17 +0200 Message-ID: <83sfs6p2ie.fsf@gnu.org> References: <87sfs87i5o.fsf@elite.giraud> <87pmnc7f5c.fsf@yahoo.com> <87k0dk7ejd.fsf@yahoo.com> <878rtzb3hr.fsf@elite.giraud> <83h78nqguu.fsf@gnu.org> <87wnhj152u.fsf@elite.giraud> <83a6efqepd.fsf@gnu.org> <87wnhjdmxe.fsf@elite.giraud> <831qzrq9j0.fsf@gnu.org> <87bkyvdkif.fsf@elite.giraud> <83y21yq4zj.fsf@gnu.org> <87h78m5vfg.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8477"; mail-complaints-to="usenet@ciao.gmane.io" Cc: manuel@ledu-giraud.fr, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Feb 26 07:27:33 2022 Return-path: Envelope-to: ged-emacs-devel@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 1nNqYH-00020y-AX for ged-emacs-devel@m.gmane-mx.org; Sat, 26 Feb 2022 07:27:33 +0100 Original-Received: from localhost ([::1]:50636 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nNqYF-0000Vf-Iq for ged-emacs-devel@m.gmane-mx.org; Sat, 26 Feb 2022 01:27:31 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60880) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nNqXL-0007yy-Fa for emacs-devel@gnu.org; Sat, 26 Feb 2022 01:26:36 -0500 Original-Received: from [2001:470:142:3::e] (port=44264 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nNqXJ-0004Py-UZ; Sat, 26 Feb 2022 01:26:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=FCgE48qTN+Ow6jwHfcyTPnT95RWwqLv1HRQeI1bRrNk=; b=TDtDhCL/qOiBm9kyI04c Tpfyw06fjmCPffWzVXEk7N6rP+ytSwgmW7R7ngWhRDrfpljM5D+ql1tsFzQ0WJd6AvwpwEOogr7xR ZR+um3EIPwnw3AZCvyC7g1tJiJmAsAMbDVgCu1QEjICb+EiIBhjdoPLaAwFsyTNKF7URmt7GxOvxP GJuM0shezoTz6xzUCVUUMYTdIIVooioMhubNC7cOIlTJMUgf5jz+A6gGWk18AyWjtbMWmTGhCr+3e mSoGSs+c/li7PlbpR7cIWnCa0hfuKD6nX+jH4538vIzrmWgmxuknQd+ppDf0JyMlCtuNpL4ExzsMx JILdakEjdPihLA==; Original-Received: from [87.69.77.57] (port=3709 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nNqXJ-000866-Ck; Sat, 26 Feb 2022 01:26:33 -0500 In-Reply-To: <87h78m5vfg.fsf@yahoo.com> (message from Po Lu on Sat, 26 Feb 2022 08:21:55 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:286695 Archived-At: > From: Po Lu > Cc: Manuel Giraud , emacs-devel@gnu.org > Date: Sat, 26 Feb 2022 08:21:55 +0800 > > Eli Zaretskii writes: > > >> Well why not… but we are talking of the position of a toggle button > >> relatively to its label. I don't think that even the GTK backend has > >> such configurability via Emacs. Is this kind of think not done via gtkrc > >> of even GTK CSS nowadays? > > > I don't know; perhaps Po Lu does. > > It's done through GTK stylesheets on GTK 3 and gtkrc files on GTK+ 2. > These days even simple customization like changing the > `scroll-bar-width' variable is no longer possible. I have no problems offering this new variable only for builds that use the xlwlib code. We already have variables that affect only GTK tooltips, so it's nothing new.