help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GTK+3 resource names


From: Katsumi Yamaoka
Subject: GTK+3 resource names
Date: Thu, 05 Nov 2015 16:04:57 +0900
User-agent: Gnus/5.130014 (真 Gnus v0.14) Emacs/25.0.50 (i686-pc-cygwin)

Hi,

Does anyone know the way to find GTK+3 resource names that are
fully qualified for Emacs?  What is `fully qualified' I want to
say is not ".resource.name" but "emacs.resource.name", that does
not affect applications other than Emacs.

What I want to know for the moment is that for `tooltip'.  I
tried "Emacs.tooltip", "Emacs*.tooltip", etc., but all failed.
Now I use ".tooltip" and ".tooltip.background" in my css file
(attached below); I want to make them influence only Emacs.

Thanks.

#pane #menubar,
#pane #menubar GtkMenuShell,
#pane #menubar GtkMenuShell *
{
    font-family: Helvetica;
    font-size: 10px;
    background-color: LemonChiffon1;
    color: Brown;
}

#emacs-toolbar,
#emacs-toolbar *
{
    font-family: Helvetica;
    font-size: 9px;
    background-color: LemonChiffon1;
    color: Brown;
    padding: 0px 0px;
    border: 1px solid LemonChiffon1;
}

#Emacs*.scrollbar {-GtkRange-slider-width: 16;}
#Emacs*.scrollbar.slider {background-color: LemonChiffon2;}
#Emacs*.scrollbar.slider:hover {background-color: LemonChiffon1;}
#Emacs*.scrollbar.trough {background-color: LemonChiffon3;}

.tooltip,
.tooltip.background
{
    font-family: Helvetica;
    font-size: 12px;
    border-color: LemonChiffon1;
    background-color: LemonChiffon4;
    color: White;
}

#emacs-dialog, #emacs-dialog *, #emacs-filedialog, #emacs-filedialog *,
#emacs-fontdialog, #emacs-fontdialog *
{
    font-family: Helvetica;
    font-size: 9px;
    background-color: LemonChiffon1;
    color: Brown;
    padding: 2px 2px;
    border: 1px solid LemonChiffon3;
}

#emacs-fontdialog*.scrollbar.slider {background-color: LemonChiffon2;}
#emacs-fontdialog*.scrollbar.slider:hover {background-color: LemonChiffon1;}
#emacs-fontdialog*.scrollbar.trough {background-color: LemonChiffon3;}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]