Searched refs:Tk_GetHINSTANCE (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkPlatDecls.h43 EXTERN HINSTANCE Tk_GetHINSTANCE(void);
178 #ifndef Tk_GetHINSTANCE
179 #define Tk_GetHINSTANCE \ macro
H A DtkStubInit.c672 Tk_GetHINSTANCE, /* 1 */
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinInit.c46 TkWinXInit(Tk_GetHINSTANCE());
H A DtkWinCursor.c162 cursorPtr->winCursor = LoadCursor(Tk_GetHINSTANCE(), argv[0]);
H A DttkWinMonitor.c157 hwnd = CreateThemeMonitorWindow(Tk_GetHINSTANCE(), interp);
H A DtkWinScrlbr.c241 parent, NULL, Tk_GetHINSTANCE(), NULL);
H A DtkWinWindow.c285 Tk_Height(winPtr), parentWin, NULL, Tk_GetHINSTANCE(), NULL);
H A DtkWinButton.c128 HMODULE module = (HINSTANCE) Tk_GetHINSTANCE();
265 parent, NULL, Tk_GetHINSTANCE(), NULL);
H A DtkWinMenu.c3131 UnregisterClass(MENU_CLASS_NAME, Tk_GetHINSTANCE());
3132 UnregisterClass(EMBEDDED_MENU_CLASS_NAME, Tk_GetHINSTANCE());
3354 wndClass.hInstance = Tk_GetHINSTANCE();
3399 0, 0, 10, 10, NULL, NULL, Tk_GetHINSTANCE(), NULL);
3407 WS_POPUP, 0, 0, 10, 10, NULL, NULL, Tk_GetHINSTANCE(), NULL);
H A DtkWinX.c192 * Tk_GetHINSTANCE --
206 Tk_GetHINSTANCE(void)
204 Tk_GetHINSTANCE(void) function
H A DtkWinWm.c948 class.hInstance = Tk_GetHINSTANCE();
953 class.hIcon = LoadIcon(Tk_GetHINSTANCE(), "tk");
2219 parentHWND, NULL, Tk_GetHINSTANCE(), NULL);
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinInit.c51 TkWinXInit(Tk_GetHINSTANCE());
H A DtkWinCursor.c155 cursorPtr->winCursor = LoadCursor(Tk_GetHINSTANCE(), argv[0]);
H A DtkWinScrlbr.c242 parent, NULL, Tk_GetHINSTANCE(), NULL);
H A DtkWinWindow.c282 Tk_Height(winPtr), parentWin, NULL, Tk_GetHINSTANCE(), NULL);
H A DtkWinButton.c128 HMODULE module = (HINSTANCE) Tk_GetHINSTANCE();
262 parent, NULL, Tk_GetHINSTANCE(), NULL);
H A DtkWinMenu.c2909 UnregisterClass(MENU_CLASS_NAME, Tk_GetHINSTANCE());
3119 wndClass.hInstance = Tk_GetHINSTANCE();
3155 0, 0, 10, 10, NULL, NULL, Tk_GetHINSTANCE(), NULL);
H A DtkWinX.c174 * Tk_GetHINSTANCE --
188 Tk_GetHINSTANCE()
186 Tk_GetHINSTANCE() function
H A DtkWinWm.c882 class.hInstance = Tk_GetHINSTANCE();
887 class.hIcon = LoadIcon(Tk_GetHINSTANCE(), "tk");
2079 parentHWND, NULL, Tk_GetHINSTANCE(), NULL);
4113 hIcon = CreateIcon(Tk_GetHINSTANCE(), width, height, 1, 32,
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkPlatDecls.h39 EXTERN HINSTANCE Tk_GetHINSTANCE _ANSI_ARGS_((void));
179 #ifndef Tk_GetHINSTANCE
180 #define Tk_GetHINSTANCE \ macro
H A DtkStubInit.c827 Tk_GetHINSTANCE, /* 1 */
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeTheme.c970 RegisterThemeMonitorWindowClass(Tk_GetHINSTANCE());
980 hwnd = CreateThemeMonitorWindow(Tk_GetHINSTANCE(), interp);

Completed in 246 milliseconds