--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphicsapitest/graphicssvs/wserv/testdata/GRAPHICS-WSERV-Events-PublicApi.ini Tue Feb 02 01:47:50 2010 +0200
@@ -0,0 +1,288 @@
+[include]
+file1 =\graphics\t_graphics.ini
+
+
+[we]
+name =we
+
+[ws]
+name =ws
+
+[wingrp]
+name =wingrp
+
+[win]
+name =win
+
+
+[GRAPHICS-WSERV-Events-PublicApi-0001-0001-new_command04]
+ws =ws
+
+[GRAPHICS-WSERV-Events-PublicApi-0001-0001-Construct_command05]
+clienthandle =1
+
+[GRAPHICS-WSERV-Events-PublicApi-0001-0001-GetEvent_command07]
+store =we
+
+[GRAPHICS-WSERV-Events-PublicApi-0001-0001-Type_command08]
+expected =EEventFocusGained
+
+
+[GRAPHICS-WSERV-Events-PublicApi-0002-0001-SetType_command01]
+type =EEventUser
+
+[GRAPHICS-WSERV-Events-PublicApi-0002-0001-Type_command02]
+expected =EEventUser
+
+[GRAPHICS-WSERV-Events-PublicApi-0002-0001-Int_command03]
+new_value =100
+
+[GRAPHICS-WSERV-Events-PublicApi-0002-0001-Int_command04]
+expected =100
+
+
+[GRAPHICS-WSERV-Events-PublicApi-0003-0001-SetType_command01]
+type =EEventUser
+
+[GRAPHICS-WSERV-Events-PublicApi-0003-0001-Type_command02]
+expected =EEventUser
+
+[GRAPHICS-WSERV-Events-PublicApi-0003-0001-ErrorMessage_command03]
+errorcategory =100
+error =200
+
+[GRAPHICS-WSERV-Events-PublicApi-0003-0001-ErrorMessage_command04]
+expected_errorcategory =100
+expected_error =200
+
+
+[GRAPHICS-WSERV-Events-PublicApi-0004-0001-SetType_command01]
+type =EEventUser
+
+[GRAPHICS-WSERV-Events-PublicApi-0004-0001-Type_command02]
+expected =EEventUser
+
+[GRAPHICS-WSERV-Events-PublicApi-0004-0001-EventData_command03]
+new_value1 =10
+new_value2 =20
+new_value3 =30
+
+[GRAPHICS-WSERV-Events-PublicApi-0004-0001-EventData_command04]
+expected1 =10
+expected2 =20
+expected3 =30
+
+
+[GRAPHICS-WSERV-Events-PublicApi-0005-0001-SetHandle_command02]
+handle =2
+
+[GRAPHICS-WSERV-Events-PublicApi-0005-0001-Handle_command03]
+expected =2
+
+
+[GRAPHICS-WSERV-Events-PublicApi-0006-0001-SetType_command02]
+type =EEventKeyUp
+
+[GRAPHICS-WSERV-Events-PublicApi-0006-0001-Type_command03]
+expected =EEventKeyUp
+
+
+[GRAPHICS-WSERV-Events-PublicApi-0007-0001-Construct_command01]
+handle =2
+parent =wingrp
+
+[GRAPHICS-WSERV-Events-PublicApi-0007-0001-SimulateRawEvent_command02]
+type =EButton1Down
+pos_x =10
+pos_y =15
+
+[GRAPHICS-WSERV-Events-PublicApi-0007-0001-GetEvent_command03]
+store =we
+
+[GRAPHICS-WSERV-Events-PublicApi-0007-0001-Type_command04]
+expected =EEventPointer
+
+[GRAPHICS-WSERV-Events-PublicApi-0007-0001-Handle_command05]
+expected =2
+
+[GRAPHICS-WSERV-Events-PublicApi-0007-0001-Pointer_command06]
+expected_type =EButton1Down
+expected_pos_x =10
+expected_pos_y =15
+
+
+[GRAPHICS-WSERV-Events-PublicApi-0008-0001-SimulateKeyEvent_command01]
+keycode =EKeyF1
+modifiers =EModifierCtrl
+
+[GRAPHICS-WSERV-Events-PublicApi-0008-0001-GetEvent_command02]
+store =we
+
+[GRAPHICS-WSERV-Events-PublicApi-0008-0001-Type_command03]
+expected =EEventKey
+
+[GRAPHICS-WSERV-Events-PublicApi-0008-0001-Handle_command04]
+expected =1
+
+[GRAPHICS-WSERV-Events-PublicApi-0008-0001-Key_command05]
+expected_code =EKeyF1
+expected_modifier =EModifierCtrl
+expected_repeats =0
+
+
+[GRAPHICS-WSERV-Events-PublicApi-0011-0001-EnableModifierChangedEvents_command01]
+inputEventModifier =EModifierCapsLock
+inputEventControl =EEventControlAlways
+
+[GRAPHICS-WSERV-Events-PublicApi-0011-0001-SimulateRawEvent_command02]
+type =EKeyDown
+stdscancode =EStdKeyCapsLock
+
+[GRAPHICS-WSERV-Events-PublicApi-0011-0001-SimulateRawEvent_command03]
+type =EKeyUp
+stdscancode =EStdKeyCapsLock
+
+[GRAPHICS-WSERV-Events-PublicApi-0011-0001-GetEvent_command04]
+store =we
+
+[GRAPHICS-WSERV-Events-PublicApi-0011-0001-Type_command05]
+expected =EEventModifiersChanged
+
+[GRAPHICS-WSERV-Events-PublicApi-0011-0001-Handle_command06]
+expected =1
+
+[GRAPHICS-WSERV-Events-PublicApi-0011-0001-ModifiersChanged_command07]
+expected_modifier =EModifierCapsLock
+expected_changedmodifier=EModifierCapsLock
+
+[GRAPHICS-WSERV-Events-PublicApi-0011-0001-SimulateRawEvent_command08]
+type =EKeyDown
+stdscancode =EStdKeyCapsLock
+
+[GRAPHICS-WSERV-Events-PublicApi-0011-0001-SimulateRawEvent_command09]
+type =EKeyUp
+stdscancode =EStdKeyCapsLock
+
+[GRAPHICS-WSERV-Events-PublicApi-0011-0001-GetEvent_command10]
+store =we
+
+
+[GRAPHICS-WSERV-Events-PublicApi-0012-0001-Construct_command01]
+handle =2
+parent =wingrp
+
+[GRAPHICS-WSERV-Events-PublicApi-0012-0001-GetEvent_command02]
+store =we
+
+[GRAPHICS-WSERV-Events-PublicApi-0012-0001-Type_command03]
+expected =EEventWindowVisibilityChanged
+
+[GRAPHICS-WSERV-Events-PublicApi-0012-0001-Handle_command04]
+expected =2
+
+[GRAPHICS-WSERV-Events-PublicApi-0012-0001-VisibilityChanged_command05]
+expected =ECanBeSeen|EFullyVisible
+
+
+[GRAPHICS-WSERV-Events-PublicApi-0013-0001-Construct_command01]
+handle =2
+parent =wingrp
+
+[GRAPHICS-WSERV-Events-PublicApi-0013-0001-GetEvent_command02]
+store =we
+
+[GRAPHICS-WSERV-Events-PublicApi-0013-0001-Type_command03]
+expected =EEventWindowVisibilityChanged
+
+[GRAPHICS-WSERV-Events-PublicApi-0013-0001-Handle_command04]
+expected =2
+
+[GRAPHICS-WSERV-Events-PublicApi-0013-0001-VisibilityChanged_command05]
+useconst =TRUE
+expected =ECanBeSeen|EFullyVisible
+
+
+[GRAPHICS-WSERV-Events-Setup-0014-0001-new_command001]
+ws =ws
+
+[GRAPHICS-WSERV-Events-Setup-0014-0001-Construct_command002]
+clienthandle =1
+
+[GRAPHICS-WSERV-Events-PublicApi-0014-0001-AddPriorityKey_command001]
+keycode =EKeyF1
+modifiermask =EModifierCtrl
+modifier =EModifierCtrl
+
+[GRAPHICS-WSERV-Events-PublicApi-0014-0001-SimulateKeyEvent_command002]
+keycode =EKeyF1
+modifiers =EModifierCtrl
+
+[GRAPHICS-WSERV-Events-PublicApi-0014-0001-GetPriorityKey_command003]
+store =we
+
+[GRAPHICS-WSERV-Events-PublicApi-0014-0001-Key_command004]
+expected_code =EKeyF1
+expected_modifier =EModifierCtrl
+expected_repeats =0
+
+
+[GRAPHICS-WSERV-Events-PublicApi-0015-0001-AddPriorityKey_command001]
+keycode =EKeyF1
+modifiermask =EModifierCtrl
+modifier =EModifierCtrl
+
+[GRAPHICS-WSERV-Events-PublicApi-0015-0001-SimulateKeyEvent_command002]
+keycode =EKeyF1
+modifiers =EModifierCtrl
+
+[GRAPHICS-WSERV-Events-PublicApi-0015-0001-GetPriorityKey_command003]
+store =we
+
+[GRAPHICS-WSERV-Events-PublicApi-0015-0001-Handle_command004]
+expected =1
+
+
+[GRAPHICS-WSERV-Events-PublicApi-0016-0001-SetHandle_command001]
+handle =2
+
+[GRAPHICS-WSERV-Events-PublicApi-0016-0001-Handle_command002]
+expected =2
+
+
+[GRAPHICS-WSERV-Events-Setup-0017-0001-new_command001]
+ws =ws
+
+[GRAPHICS-WSERV-Events-Setup-0017-0001-Construct_command002]
+clienthandle =1
+
+[GRAPHICS-WSERV-Events-Setup-0017-0001-Construct_command003]
+parent =wingrp
+handle =2
+
+[GRAPHICS-WSERV-Events-Setup-0017-0001-SetExtent_command004]
+point_x =5
+point_y =6
+size_width =10
+size_height =15
+
+[GRAPHICS-WSERV-Events-PublicApi-0017-0001-GetRedraw_command001]
+store =we
+
+[GRAPHICS-WSERV-Events-PublicApi-0017-0001-Handle_command002]
+expected =2
+
+
+[GRAPHICS-WSERV-Events-PublicApi-0018-0001-GetRedraw_command001]
+store =we
+
+[GRAPHICS-WSERV-Events-PublicApi-0018-0001-Rect_command002]
+expected_top =0
+expected_left =0
+expected_bottom =15
+expected_right =10
+
+[GRAPHICS-WSERV-Events-PublicApi-0020-0001-SetType_command02]
+type =-1
+
+[GRAPHICS-WSERV-Events-PublicApi-0020-0001-Type_command03]
+expected =-1