Autopilot-CVS: downlink/ground/src gui.fl,1.15,1.16
Status: Alpha
Brought to you by:
tramm
|
From: Dennis D'A. <den...@us...> - 2003-02-05 17:40:20
|
Update of /cvsroot/autopilot/downlink/ground/src
In directory sc8-pr-cvs1:/tmp/cvs-serv15159
Modified Files:
gui.fl
Log Message:
added widget to select WIN32 joystick id
Index: gui.fl
===================================================================
RCS file: /cvsroot/autopilot/downlink/ground/src/gui.fl,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- gui.fl 20 Oct 2002 16:39:59 -0000 1.15
+++ gui.fl 5 Feb 2003 17:40:09 -0000 1.16
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0100
+version 1.0102
header_name {.h}
code_name {.cpp}
class UserInterface {open
@@ -340,6 +340,10 @@
label {Open joystick}
callback {reconnect_joy();}
xywh {270 270 110 25}
+ }
+ Fl_Value_Input guiJoyID {
+ label {JoyID:}
+ xywh {330 185 25 25}
}
}
}
|