From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Gtk patch version 3, part 1 Date: Thu, 2 Jan 2003 07:52:59 +0200 (IST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200212310414.gBV4Et0U014643@stubby.bodenonline.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1041486847 24982 80.91.224.249 (2 Jan 2003 05:54:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 2 Jan 2003 05:54:07 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18TyIv-0006Uo-00 for ; Thu, 02 Jan 2003 06:54:05 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18TyKu-0007fo-00 for ; Thu, 02 Jan 2003 06:56:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18TyIW-0003I1-07 for emacs-devel@quimby.gnus.org; Thu, 02 Jan 2003 00:53:40 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18TyIF-0003E8-00 for emacs-devel@gnu.org; Thu, 02 Jan 2003 00:53:23 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18TyID-000398-00 for emacs-devel@gnu.org; Thu, 02 Jan 2003 00:53:22 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18TyIC-00033A-00 for emacs-devel@gnu.org; Thu, 02 Jan 2003 00:53:20 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA00808; Thu, 2 Jan 2003 07:53:02 +0200 (IST) X-Sender: eliz@is Original-To: "Jan D." In-Reply-To: <200212310414.gBV4Et0U014643@stubby.bodenonline.com> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10400 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10400 On Tue, 31 Dec 2002, Jan D. wrote: > There is some documentation about widget names and how to customize fonts, > but there are some issues with GTK in this area. I think the "Gtk*" names in this fragment (and also elsewhere): > + The top level widget is a GtkWindow that contains a GtkVBox. > + The GtkVBox contains the GtkMenuBar and a GtkFixed widget. The vertical > + scroll bars, GtkVScrollbar, are contained in the GtkFixed widget. > + The text you write in Emacs is drawn in the GtkFixed widget. should have the @code markup, as they are programming symbols.