summaryrefslogtreecommitdiff
path: root/test/radio.C
blob: ab15d3e8f7b7d30114d7d612325912a7c32ffe25 (plain)
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
// generated by Fast Light User Interface Designer (fluid) version 0.99
#include "radio.H"

int main(int argc, char **argv) {
 Fl_Window *w;
 {Fl_Window* o = new Fl_Window(462, 453);
  w = o;
 new Fl_Button(20, 10, 160, 30, "Fl_Button");
 new Fl_Return_Button(20, 50, 160, 30, "Fl_Return_Button");
 new Fl_Light_Button(20, 90, 160, 30, "Fl_Light_Button");
 {Fl_Check_Button* o = new Fl_Check_Button(20, 130, 160, 30, "Fl_Check_Button");
  o->box(FL_UP_BOX);
  o->down_box(FL_DIAMOND_DOWN_BOX);
 }
 {Fl_Round_Button* o = new Fl_Round_Button(20, 170, 160, 30, "Fl_Round_Button");
  o->box(FL_UP_BOX);
  o->down_box(FL_ROUND_DOWN_BOX);
 }
 {Fl_Group* o = new Fl_Group(190, 10, 70, 120);
  o->box(FL_THIN_UP_FRAME);
 {Fl_Check_Button* o = new Fl_Check_Button(190, 10, 70, 30, "radio");
  o->type(102);
  o->down_box(FL_DIAMOND_DOWN_BOX);
 }
 {Fl_Check_Button* o = new Fl_Check_Button(190, 40, 70, 30, "radio");
  o->type(102);
  o->down_box(FL_DIAMOND_DOWN_BOX);
 }
 {Fl_Check_Button* o = new Fl_Check_Button(190, 70, 70, 30, "radio");
  o->type(102);
  o->down_box(FL_DIAMOND_DOWN_BOX);
 }
 {Fl_Check_Button* o = new Fl_Check_Button(190, 100, 70, 30, "radio");
  o->type(102);
  o->down_box(FL_DIAMOND_DOWN_BOX);
 }
  o->end();
 }
 {Fl_Group* o = new Fl_Group(270, 10, 90, 115);
  o->box(FL_THIN_UP_BOX);
 {Fl_Button* o = new Fl_Button(280, 20, 20, 20, "radio");
  o->type(102);
  o->color2(1);
  o->align(8);
 }
 {Fl_Button* o = new Fl_Button(280, 45, 20, 20, "radio");
  o->type(102);
  o->color2(1);
  o->align(8);
 }
 {Fl_Button* o = new Fl_Button(280, 70, 20, 20, "radio");
  o->type(102);
  o->color2(1);
  o->align(8);
 }
 {Fl_Button* o = new Fl_Button(280, 95, 20, 20, "radio");
  o->type(102);
  o->color2(1);
  o->align(8);
 }
  o->end();
 }
 w->end();
 }
 w->show(argc, argv);
 return Fl::run();
}