| Quintiq file version 2.0 | 
| #parent: SplitterWnd2/MatrixEditorLaneLeg | 
| Response OnClick ( | 
|   structured[LaneLeg] selection | 
| ) id:Response_SplitterWnd2_MenuEditLaneLeg_OnClick | 
| { | 
|   #keys: '[110880.4.1067369231]' | 
|   Body: | 
|   [* | 
|     // Edit lane legs | 
|     dlg := construct( DialogCreateEditLaneLeg ); | 
|     dlg.DataHolderLaneLeg().Data( selection.Element( 0 ) ); | 
|     dlg.EditLaneLeg( this, selection ) | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID => /SplitterWnd2/Responsedef_SplitterWnd2_MatrixEditorLaneLeg_Menu_OnClick | 
|   Initiator: 'MenuEditLaneLeg' | 
|   UserRequiresReadWrite: true | 
| } |