source: branches/tree/HELP_SOURCE/source/color_props.hlp

Last change on this file was 18769, checked in by westram, 3 years ago
  • move all helpfiles to new source location
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4
5#Please insert subtopic references  (line starts with keyword SUB)
6#SUB    subtopic.hlp
7
8# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
9
10#************* Title of helpfile !! and start of real helpfile ********
11TITLE           Color properties
12
13OCCURRENCE      <any properties menu>/Colors and fonts
14
15DESCRIPTION     This is a generic window that allows you to configure
16                the display colors of the current application.
17
18                Click onto the colorized button to open a color selection window.
19                That window contains some predefined colors and the possibility to
20                change red/green/blue values of the current color.
21
22                Next to the colorized buttons there are textfields containing the
23                color values. There are three different types of values:
24
25                      - color names (like 'red', 'green', ..)
26                      - '#rgb' where r/g/b stands for 0..f (hexadecimal values)
27                      - '#rrggbb' same as above
28
29                Attached to some of the colors there are font selection buttons
30                to configure the font used for this color (and for all following
31                colors that have no font selection button).
32
33                At the top of the window there is a button to set all customizable fonts
34                to the same value.
35
36                This window may contain a button at the bottom, allowing you to define the
37                colors of color groups (see LINK{color_props_groups.hlp}).
38
39NOTES           See 'xcolors' for color names.
40
41EXAMPLES        When called from ARB_NT, this window allows to define colours and fonts
42                for the tree display area.
43
44                    Different colours and fonts can be used to indicate marked and
45                    unmarked species as well as branches or groups containing
46                    marked and unmarked species.
47
48                When called from ARB_EDIT4, this window allows to define colours and fonts
49                for the sequence display area.
50
51                    See also LINK{e4_background_priority.hlp}
52
53WARNINGS        None
54
55BUGS            Colorized buttons do not change their color until the application
56                has been restarted.
Note: See TracBrowser for help on using the repository browser.