From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eric Gillespie Newsgroups: gmane.emacs.devel Subject: Re: Gtk patch version 3, part 1 Date: Wed, 01 Jan 2003 20:10:29 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <15250.1041469829@remus.pretzelnet.org> References: <200301011944.h01Jim0U011400@stubby.bodenonline.com> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1041469882 13231 80.91.224.249 (2 Jan 2003 01:11:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 2 Jan 2003 01:11:22 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18TttJ-0003RG-00 for ; Thu, 02 Jan 2003 02:11:21 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18TtvC-0004wk-00 for ; Thu, 02 Jan 2003 02:13:18 +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 18Ttsu-000486-0A for emacs-devel@quimby.gnus.org; Wed, 01 Jan 2003 20:10:56 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18TtsZ-0003si-00 for emacs-devel@gnu.org; Wed, 01 Jan 2003 20:10:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18TtsV-0003kd-00 for emacs-devel@gnu.org; Wed, 01 Jan 2003 20:10:33 -0500 Original-Received: from remus.pretzelnet.org ([216.37.46.186]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18TtsU-0003g1-00 for emacs-devel@gnu.org; Wed, 01 Jan 2003 20:10:30 -0500 Original-Received: from remus.pretzelnet.org (localhost [127.0.0.1]) by remus.pretzelnet.org (Postfix) with ESMTP id 34CD81A285 for ; Wed, 1 Jan 2003 20:10:29 -0500 (EST) Original-To: emacs-devel@gnu.org User-Agent: nmh/1.0.4+dev (i386-unknown-netbsdelf1.6) 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:10399 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10399 "Jan D." writes: > If the second, can I refer to /usr/share/gtk-doc, where the GTK > documentation is usually installed? That isn't really a good idea. That directory might be anywhere: /usr/share, /usr/local/share, /usr/pkg/share, etc, and it isn't necessarily in the same prefix as emacs (on my systems, it is in /usr/pkg but emacs is in /usr/local). The URL you want to refer to is: http://developer.gnome.org/doc/API/2.0/gtk/gtk-Resource-Files.html It's nigh-impossible for a naive user to navigate from http://www.gtk.org/ to that document. Also, i think it satisfies Richard's suggestion (that the document may be included on a user's system). > It is given by the GTK documentation, is it OK to just refer to that? I think it is better to list it here. > > + @example > > + widget_class "GtkWindow.GtkVBox.GtkFixed.GtkVScrollbar" style "my_sty > le" > > + @end example [...] > It must be one line in the ~/.gtkrc-2.0 file, so I would like to avoid > changing it. No, it doesn't have to be on one line. All whitespace is treated equally in gtkrc files. I just tested this in my .gtkrc-2.0. -- Eric Gillespie <*> epg@pretzelnet.org Build a fire for a man, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life. -Terry Pratchett