[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ale] GTK tooltip colors
- To: ale@ale.org
- Subject: Re: [ale] GTK tooltip colors
- From: Irv Mullins <irvm@ellijay.com>
- Date: Mon, 25 Aug 2003 16:58:09 -0400
- In-Reply-To: <3F4A739B.5090309@machturtle.com>
- List-Archive: <http://www.ale.org/pipermail/ale/>
- List-Help: <mailto:ale-request@ale.org?subject=help>
- List-Id: Atlanta Linux Enthusiasts <ale.ale.org>
- List-Post: <mailto:ale@ale.org>
- List-Subscribe: <http://www.ale.org/mailman/listinfo/ale>,<mailto:ale-request@ale.org?subject=subscribe>
- List-Unsubscribe: <http://www.ale.org/mailman/listinfo/ale>,<mailto:ale-request@ale.org?subject=unsubscribe>
- References: <3F4A739B.5090309@machturtle.com>
- Reply-To: ale@ale.org
- Sender: ale-admin@ale.org
- User-Agent: KMail/1.5
On Monday 25 August 2003 04:37 pm, David Corbin wrote:
> Is there anyway to set a set the background color for tooltip windows in
> the GTK? I"m not looking for a coding solution, but a user solution.
If the program is set up to parse an rc file, then you can.
Add something like:
style "tips"
{
bg[NORMAL] = {1.0, 1.0, 0.0}
}
widget "gtk-tooltips" style "tips"
Unable to test this right now - may require some adjustments :)
Irv
_______________________________________________
Ale mailing list
Ale@ale.org
http://www.ale.org/mailman/listinfo/ale