Home
last modified time | relevance | path

Searched refs:CreateTrayWindow (Results 1 – 6 of 6) sorted by relevance

/dports/www/privoxy/privoxy-3.0.33-stable/
H A Dw32taskbar.h37 extern HWND CreateTrayWindow(HINSTANCE hInstance);
H A Dw32taskbar.c72 HWND CreateTrayWindow(HINSTANCE hInstance) in CreateTrayWindow() function
H A Dw32log.c262 g_hwndTray = CreateTrayWindow(g_hInstance); in InitLogWindow()
/dports/chinese/fcitx-ui-light/fcitx-ui-light-0.1.3/src/
H A DTrayWindow.h52 TrayWindow* CreateTrayWindow(struct _FcitxLightUI *lightui);
H A DTrayWindow.c95 TrayWindow* CreateTrayWindow(FcitxLightUI *lightui) { in CreateTrayWindow() function
H A Dlightui.c144 lightui->trayWindow = CreateTrayWindow(lightui); in LightUICreate()