Home
last modified time | relevance | path

Searched refs:Shell_NotifyIcon (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/status_icons/
H A Dstatus_icon_win.cc32 BOOL result = Shell_NotifyIcon(NIM_ADD, &icon_data); in StatusIconWin()
43 Shell_NotifyIcon(NIM_DELETE, &icon_data); in ~StatusIconWin()
78 Shell_NotifyIcon(NIM_DELETE, &icon_data); in ResetIcon()
88 BOOL result = Shell_NotifyIcon(NIM_ADD, &icon_data); in ResetIcon()
100 BOOL result = Shell_NotifyIcon(NIM_MODIFY, &icon_data); in SetImage()
111 BOOL result = Shell_NotifyIcon(NIM_MODIFY, &icon_data); in SetToolTip()
135 BOOL result = Shell_NotifyIcon(NIM_MODIFY, &icon_data); in DisplayBalloon()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/win32/
H A DTrayIcon.cpp32 Shell_NotifyIcon(NIM_ADD, &d); in Add()
39 Shell_NotifyIcon(NIM_DELETE, &d); in Delete()
68 Shell_NotifyIcon(NIM_MODIFY, &d); in SetMessage()
79 Shell_NotifyIcon(NIM_MODIFY, &d); in SetTip()
90 Shell_NotifyIcon(NIM_MODIFY, &d); in SetIcon()
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/win32/
H A DTraynot.cpp37 Shell_NotifyIcon (NIM_ADD,&m_tnd); in CTrayNot()
46 Shell_NotifyIcon (NIM_DELETE, &m_tnd); in ~CTrayNot()
58 Shell_NotifyIcon(NIM_MODIFY, &m_tnd); in SetState()
64 Shell_NotifyIcon(NIM_MODIFY, &m_tnd); in SetTIP()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dtaskbar.cpp188 if ( !Shell_NotifyIcon(NIM_ADD, &notifyData) ) in DoSetIcon()
196 if ( !Shell_NotifyIcon(NIM_MODIFY, &notifyData) ) in DoSetIcon()
204 if ( !Shell_NotifyIcon(NIM_ADD, &notifyData) && in DoSetIcon()
205 !Shell_NotifyIcon(NIM_MODIFY, &notifyData) ) in DoSetIcon()
236 if ( !Shell_NotifyIcon(NIM_SETVERSION, &notifyData) ) in ShowBalloon()
267 bool ok = Shell_NotifyIcon(NIM_MODIFY, &notifyData) != 0; in ShowBalloon()
287 bool ok = Shell_NotifyIcon(NIM_DELETE, &notifyData) != 0; in RemoveIcon()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DTrayIconManager.cpp68 ::Shell_NotifyIcon(NIM_DELETE, &i->second); in ~TrayIconManager()
82 if(::Shell_NotifyIcon(NIM_DELETE, &TrayIconManager::iconList[uid]) != 0) { in DeleteIcon()
129 return (::Shell_NotifyIcon(NIM_MODIFY, &TrayIconManager::iconList[uid]) != 0); in ShowBalloon()
150 return (::Shell_NotifyIcon(NIM_MODIFY, &TrayIconManager::iconList[uid]) != 0); in SetIcon()
172 return (::Shell_NotifyIcon(NIM_MODIFY, &TrayIconManager::iconList[uid]) != 0); in SetTooltip()
322 if(!::Shell_NotifyIcon(NIM_ADD, &nid)) { in AddIcon()
327 if(!::Shell_NotifyIcon(NIM_SETVERSION, &nid)) { in AddIcon()
/dports/net/tigervnc-server/tigervnc-1.12.0/win/rfb_win32/
H A DTrayIcon.h74 return Shell_NotifyIcon(NIM_DELETE, &nid) != 0; in remove()
77 return Shell_NotifyIcon(NIM_MODIFY, &nid) || Shell_NotifyIcon(NIM_ADD, &nid); in refresh()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/win/rfb_win32/
H A DTrayIcon.h74 return Shell_NotifyIcon(NIM_DELETE, &nid) != 0; in remove()
77 return Shell_NotifyIcon(NIM_MODIFY, &nid) || Shell_NotifyIcon(NIM_ADD, &nid); in refresh()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/python/servo/
H A Dwin32_toast.py13 from win32gui import Shell_NotifyIcon, NIM_ADD, NIM_MODIFY, NIF_INFO, NIIF_INFO
41 Shell_NotifyIcon(NIM_ADD, nid)
43 Shell_NotifyIcon(NIM_MODIFY, nid)
/dports/net-im/vqcc-gtk/vqcc-gtk-0.5/src/
H A Dgui_tray_win32.c103 Shell_NotifyIcon(NIM_ADD, &tray_nid); in w32_tray_msg_handler()
172 Shell_NotifyIcon(NIM_ADD, &tray_nid); in w32_tray_create()
184 Shell_NotifyIcon(NIM_DELETE, &tray_nid); in w32_tray_destroy()
200 Shell_NotifyIcon(NIM_MODIFY, &tray_nid); in w32_tray_set_icon()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DTrayItem.java171 OS.Shell_NotifyIcon ((newIcon ? OS.NIM_ADD : OS.NIM_MODIFY), iconData); in createUpdateWidget()
366 OS.Shell_NotifyIcon (OS.NIM_DELETE, iconData); in releaseWidget()
481 OS.Shell_NotifyIcon (OS.NIM_MODIFY, iconData); in setImage()
543 OS.Shell_NotifyIcon (OS.NIM_MODIFY, iconData); in setToolTipText()
577 OS.Shell_NotifyIcon (OS.NIM_MODIFY, iconData); in setVisible()
/dports/www/privoxy/privoxy-3.0.33-stable/
H A Dw32taskbar.c134 return(Shell_NotifyIcon(NIM_MODIFY, &nid)); in TraySetIcon()
172 return(Shell_NotifyIcon(NIM_ADD, &nid)); in TrayAddIcon()
200 return(Shell_NotifyIcon(NIM_DELETE, &nid)); in TrayDeleteIcon()
/dports/net/binkd/binkd-1.0.4/nt/
H A Dtray.c35 Shell_NotifyIcon(NIM_DELETE, &nd); in WindowProc()
45 Shell_NotifyIcon(NIM_DELETE, &nd); in closeProcess()
180 Shell_NotifyIcon(NIM_ADD, &nd); in wndthread()
/dports/net/olsrd/olsrd-0.9.8/gui/win32/Main/
H A DTrayIcon.cpp172 Shell_NotifyIcon( NIM_ADD, &notifyIconData ); in setTrayAppearance()
174 Shell_NotifyIcon( NIM_MODIFY, &notifyIconData ); in setTrayAppearance()
231 Shell_NotifyIcon( NIM_DELETE, &notifyIconData ); in ~TrayIcon()
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DTrayIconWin32.cpp61 BOOL Status = Shell_NotifyIcon(msg, (NOTIFYICONDATA *)&nid); in Notify()
74 if(Shell_NotifyIcon(NIM_MODIFY, (NOTIFYICONDATA *)&nid) == (msg != NIM_DELETE)) in Notify()
100 Shell_NotifyIcon(NIM_MODIFY, (NOTIFYICONDATA *)&nid); in Message()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/apprise/plugins/
H A DNotifyWindows.py135 win32gui.Shell_NotifyIcon(win32gui.NIM_DELETE, nid)
194 win32gui.Shell_NotifyIcon(win32gui.NIM_ADD, nid)
195 win32gui.Shell_NotifyIcon(win32gui.NIM_MODIFY, (
/dports/x11/xpra/xpra-4.3/xpra/platform/win32/
H A Dwin32_balloon.py106 Shell_NotifyIcon = windll.shell32.Shell_NotifyIconA variable
107 Shell_NotifyIcon.restype = BOOL
108 Shell_NotifyIcon.argtypes = [DWORD, c_void_p]
/dports/security/opensc/OpenSC-0.22.0/src/ui/
H A Dnotify.c168 r = Shell_NotifyIcon(NIM_ADD, &nid); in AddNotificationIcon()
171 r = Shell_NotifyIcon(NIM_SETVERSION, &nid); in AddNotificationIcon()
190 r = Shell_NotifyIcon(NIM_DELETE, &nid); in DeleteNotificationIcon()
208 return Shell_NotifyIcon(NIM_MODIFY, &nid); in RestoreTooltip()
260 Shell_NotifyIcon(NIM_MODIFY, &nid); in notify_shell()
/dports/games/wesnoth/wesnoth-1.14.17/src/desktop/
H A Dwindows_tray_notification.cpp35 Shell_NotifyIcon(NIM_DELETE, nid); in destroy_tray_icon()
144 return Shell_NotifyIcon(NIM_ADD, nid) != FALSE; in create_tray_icon()
157 return Shell_NotifyIcon(NIM_MODIFY, nid) != FALSE; in set_tray_message()
/dports/sysutils/ntfy/ntfy-2.7.0-14-g0e922fa/ntfy/backends/
H A Dwin32.py45 win32gui.Shell_NotifyIcon(win32gui.NIM_ADD, nid)
46 win32gui.Shell_NotifyIcon(
/dports/security/tcpcrypt/tcpcrypt-0.5/launchers/winlauncher/
H A Dtcpcrypt.c45 Shell_NotifyIcon(NIM_DELETE, _nidcur); in die()
210 Shell_NotifyIcon(NIM_MODIFY, _nidcur); in do_stop()
232 Shell_NotifyIcon(NIM_MODIFY, _nidcur); in start_stop()
269 Shell_NotifyIcon(NIM_ADD, _nidcur); in setup_icons()
/dports/net/tn5250/tn5250-0.17.4/win32/
H A Dlp5250d-win.c165 Shell_NotifyIcon(NIM_ADD, &nid); in WinMain()
180 Shell_NotifyIcon(NIM_DELETE, &nid); in WinMain()
195 Shell_NotifyIcon(NIM_DELETE, &nid); in WinMain()
219 Shell_NotifyIcon(NIM_DELETE, &nid); in WinMain()
275 Shell_NotifyIcon(NIM_DELETE, &nid); in syntax()
1074 Shell_NotifyIcon(NIM_DELETE, &nid); in tn5250_windows_print_session_main_loop()
1082 Shell_NotifyIcon(NIM_DELETE, &nid); in tn5250_windows_print_session_main_loop()
1133 Shell_NotifyIcon(NIM_DELETE, &nid); in tn5250_windows_print_session_main_loop()
1230 Shell_NotifyIcon(NIM_DELETE, &nid); in tn5250_windows_printer_wndproc()
1276 Shell_NotifyIcon(NIM_DELETE, &nid); in tn5250_windows_printer_wndproc()
/dports/security/zeronet/ZeroNet-0.7.1/plugins/Trayicon/lib/
H A Dnotificationicon.py152 Shell_NotifyIcon = ctypes.windll.shell32.Shell_NotifyIconW variable
153 Shell_NotifyIcon.restype = ctypes.wintypes.BOOL
154 Shell_NotifyIcon.argtypes = [ctypes.wintypes.DWORD, ctypes.POINTER(NOTIFYICONDATA)]
534 Shell_NotifyIcon(NIM_MODIFY, ctypes.pointer(iconinfo))
551 Shell_NotifyIcon(NIM_ADD, ctypes.pointer(iconinfo))
571Shell_NotifyIcon(NIM_DELETE, ctypes.cast(ctypes.pointer(iconinfo), ctypes.POINTER(NOTIFYICONDATA)))
651 Shell_NotifyIcon(NIM_ADD, ctypes.pointer(self.iconinfo))
662 Shell_NotifyIcon(NIM_DELETE, self.iconinfo)
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/msw/
H A Dtaskbarex.cpp203 return (Shell_NotifyIcon(NIM_DELETE, &notifyData) != 0); in RemoveIcon()
210 Shell_NotifyIcon(NIM_MODIFY, &notifyData); in UpdateIcon()
214 m_iconAdded = (Shell_NotifyIcon(NIM_ADD, &notifyData) != 0); in UpdateIcon()
217 Shell_NotifyIcon(NIM_SETVERSION, &notifyData); in UpdateIcon()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/cursespp/
H A DWin32Util.cpp132 Shell_NotifyIcon(NIM_DELETE, trayIcon.get()); in restoreFromTray()
151 minimizedToTray = (Shell_NotifyIcon(NIM_ADD, trayIcon.get()) != 0); in wndProc()
155 ::Shell_NotifyIcon(NIM_SETVERSION, trayIcon.get()); in wndProc()
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/utils/
H A Dsystrayiconthread.py92 win32gui.Shell_NotifyIcon(win32gui.NIM_DELETE, (self.hwnd, 0))
101 win32gui.Shell_NotifyIcon(
157 win32gui.Shell_NotifyIcon(message, self.notify_id)
169 win32gui.Shell_NotifyIcon(win32gui.NIM_DELETE, nid)

12345678