/ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
| 1053 | /****************************************************************************************************/ |
| 1054 | /*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/ |
| 1055 | void G4UIWin32::HelpTreeDoubleClick(HTREEITEM item) |
| 1056 | { |
| 1057 | const char* item_path = GetItemPath(item); |
| 1058 | G4int l = strlen(item_path); |
| 1059 | Edit_SetText(fHWndComboEditor, (PTSTR)item_path); |
| 1060 | Edit_SetSel(fHWndComboEditor, l, l); |
| 1061 | |
| 1062 | SetFocus(fHWndComboEditor); |
| 1063 | } |
| 1064 | /*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/ |
| 1065 | /****************************************************************************************************/ |
| 1066 |