Searched refs:iconindex (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 512 int iconindex = 0; in CreateShortcut() local 531 &arguments, &workdir, &iconpath, &iconindex)) in CreateShortcut() 578 hr = ps1->lpVtbl->SetIconLocation(ps1, iconpath, iconindex); in CreateShortcut()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 484 int iconindex = 0; in CreateShortcut() local 503 &arguments, &workdir, &iconpath, &iconindex)) in CreateShortcut() 550 hr = ps1->lpVtbl->SetIconLocation(ps1, iconpath, iconindex); in CreateShortcut()
|
/external/python/cpython2/Doc/distutils/ |
D | builtdist.rst | 432 …n:: create_shortcut(target, description, filename[, arguments[, workdir[, iconpath[, iconindex]]]]) 439 and *iconindex* is the index of the icon in the file *iconpath*. Again, for
|
/external/python/cpython3/Doc/distutils/ |
D | builtdist.rst | 441 …n:: create_shortcut(target, description, filename[, arguments[, workdir[, iconpath[, iconindex]]]]) 448 and *iconindex* is the index of the icon in the file *iconpath*. Again, for
|