This file is indexed.

/usr/share/doc/fltk1.1-doc/examples/radio.fl is in fltk1.1-doc 1.1.10-10.

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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# data file for the Fltk User Interface Designer (fluid)
version 1.0100 
header_name {.h} 
code_name {.cxx} 
gridx 10 
gridy 5 
snap 3
Function {} {open
} {
  Fl_Window {} {open
    xywh {447 255 369 214} visible
  } {
    Fl_Button {} {
      label Fl_Button
      xywh {20 10 160 30}
    }
    Fl_Return_Button {} {
      label Fl_Return_Button
      xywh {20 50 160 30}
    }
    Fl_Light_Button {} {
      label Fl_Light_Button
      xywh {20 90 160 30}
    }
    Fl_Check_Button {} {
      label Fl_Check_Button
      xywh {20 130 160 30} down_box DOWN_BOX
    }
    Fl_Round_Button {} {
      label Fl_Round_Button selected
      xywh {20 170 160 30} down_box ROUND_DOWN_BOX
    }
    Fl_Group {} {
      xywh {190 10 70 120} box THIN_UP_FRAME
    } {
      Fl_Round_Button {} {
        label radio
        xywh {190 10 70 30} type Radio down_box ROUND_DOWN_BOX
      }
      Fl_Round_Button {} {
        label radio
        xywh {190 40 70 30} type Radio down_box ROUND_DOWN_BOX
      }
      Fl_Round_Button {} {
        label radio
        xywh {190 70 70 30} type Radio down_box ROUND_DOWN_BOX
      }
      Fl_Round_Button {} {
        label radio
        xywh {190 100 70 30} type Radio down_box ROUND_DOWN_BOX
      }
    }
    Fl_Group {} {open
      xywh {270 10 90 115} box THIN_UP_BOX
    } {
      Fl_Button {} {
        label radio
        xywh {280 20 20 20} type Radio selection_color 1 align 8
      }
      Fl_Button {} {
        label radio
        xywh {280 45 20 20} type Radio selection_color 1 align 8
      }
      Fl_Button {} {
        label radio
        xywh {280 70 20 20} type Radio selection_color 1 align 8
      }
      Fl_Button {} {
        label radio
        xywh {280 95 20 20} type Radio selection_color 1 align 8
      }
    }
  }
}