test/line_style: Added shortcut (&Line) for better "line on/off" testing
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6597 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
60b723c00c
commit
4495388e8d
@ -126,7 +126,7 @@ void makeform(const char *) {
|
||||
choice[2]->menu(join_menu);
|
||||
sliders[3]= new Fl_Value_Slider(280,130,180,20,"Width");
|
||||
sliders[3]->bounds(0,20);
|
||||
draw_line = new Fl_Check_Button(280,150,20,20,"Line");
|
||||
draw_line = new Fl_Check_Button(280,150,20,20,"&Line");
|
||||
draw_line->align(FL_ALIGN_LEFT);
|
||||
new Fl_Box (300,150,160,20,"adds a 1-pixel black line");
|
||||
sliders[4] = new Fl_Slider(200,190,70,20,"Dash");
|
||||
|
Loading…
Reference in New Issue
Block a user