Searched refs:comctl (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/shellicon/
H A Dshellicon.c693 INITCOMMONCONTROLSEX comctl; local
694 ZeroMemory(&comctl, sizeof(comctl));
695 (void) InitCommonControlsEx(&comctl);
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinX.c256 INITCOMMONCONTROLSEX comctl;
257 ZeroMemory(&comctl, sizeof(comctl));
258 (void) InitCommonControlsEx(&comctl);
252 INITCOMMONCONTROLSEX comctl; local
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinX.c260 INITCOMMONCONTROLSEX comctl;
269 comctl.dwSize = sizeof(INITCOMMONCONTROLSEX);
270 comctl.dwICC = ICC_WIN95_CLASSES;
271 if (!InitCommonControlsEx(&comctl)) {
256 INITCOMMONCONTROLSEX comctl; local

Completed in 63 milliseconds