]> Pileus Git - ~andy/gtk/blob - gtk/theme-bits/README
Add tools and images used for creating the check/radio button images in
[~andy/gtk] / gtk / theme-bits / README
1 This directory contains bits and pieces used in the default theme.
2 Right now, it contains a tool for extracting individual part 
3 bitmaps from a composed image, and source images for the default
4 check and radio buttons.
5
6 The decompose-bits tools takes an image where the first line contains
7 the colors for each part, and the rest of the image is the actual
8 image.
9
10 The colors on the first line are:
11
12  pixel 0: black
13  pixel 1: dark
14  pixel 2: mid
15  pixel 3: light
16  pixel 4: text
17  pixel 5: text_aa
18  pixel 6: base
19
20 The generated XBM bits for the base part include the bits for text and
21 text_aa as well; this is so that the result can be drawn either
22 with or without the text/text_aa indicator. 
23
24 Make sure that any PNG images added to this directory are added with
25 'cvs add -kb'.
26
27 Owen Taylor
28 9 February 2002
29