/usr/share/metview/etc/SubpageFrameDef is in metview-data 5.0.0~beta.1-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | SUBPAGE_FRAME
{
ON ; ON
OFF ; OFF
} = ON
SUBPAGE_FRAME_COLOUR [interface = colour]
{
%include MagicsColours.txt
} = BLACK
SUBPAGE_FRAME_LINE_STYLE
{
SOLID ; SOLID
DOT ; DOT
DASH ; DASH
CHAIN_DOT ; CHAIN_DOT
CHAIN_DASH ; CHAIN_DASH
} = SOLID
SUBPAGE_FRAME_THICKNESS
{
1 ; 1
2 ; 2
3 ; 3
4 ; 4
5 ; 5
6 ; 6
7 ; 7
8 ; 8
9 ; 9
10 ; 10
} = 2
SUBPAGE_BACKGROUND_COLOUR [interface = colour]
{
%include MagicsColours.txt
} = WHITE
|