Home
last modified time | relevance | path

Searched refs:systray (Results 1 – 25 of 1910) sorted by relevance

12345678910>>...77

/dports/x11/deforaos-panel/Panel-0.3.6/src/applets/
H A Dsystray.c82 Systray * systray; in _systray_init() local
85 if((systray = malloc(sizeof(*systray))) == NULL) in _systray_init()
99 systray->owner = NULL; in _systray_init()
100 systray->source = g_signal_connect(systray->hbox, "screen-changed", in _systray_init()
103 *widget = systray->hbox; in _systray_init()
104 return systray; in _systray_init()
113 if(systray->source != 0) in _systray_destroy()
114 g_signal_handler_disconnect(systray->hbox, systray->source); in _systray_destroy()
115 systray->source = 0; in _systray_destroy()
123 free(systray); in _systray_destroy()
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/tests/
H A Dsystray.test13 test systray-1 {systray icon creation, all options} -setup {
19 tk systray destroy
23 test systray-2 {systray create, argument checking} -body {
24 tk systray create
27 test systray-3 {systray create, argument checking} -body {
31 test systray-4 {systray create, argument checking} -setup {
46 test systray-6 {systray icon creation, some options present} -setup {
87 list [tk systray configure -button1] [tk systray configure -text]
93 test systray-10 {configure non-existing systray icon} -setup {
99 test systray-11 {destroy non-existing systray icon} -setup {
[all …]
/dports/comms/deforaos-phone/Phone-0.5.1/src/plugins/
H A Dsystray.c71 Systray * systray; in _systray_init() local
77 if((systray = object_new(sizeof(*systray))) == NULL) in _systray_init()
79 systray->helper = helper; in _systray_init()
88 systray->ab_window = NULL; in _systray_init()
89 return systray; in _systray_init()
100 object_delete(systray); in _systray_destroy()
109 Systray * systray = data; in _systray_on_activate() local
133 Systray * systray = data; in _systray_on_popup_menu() local
203 Systray * systray = data; in _popup_menu_on_show_about() local
211 Systray * systray = data; in _popup_menu_on_show_contacts() local
[all …]
/dports/www/yarr/yarr-2.2/src/systray/
H A DCHANGELOG.md3 ## [v1.1.0](https://github.com/getlantern/systray/tree/v1.1.0) (2020-11-18)
5 [Full Changelog](https://github.com/getlantern/systray/compare/v1.0.5...v1.1.0)
13 ## [v1.0.5](https://github.com/getlantern/systray/tree/v1.0.5) (2020-10-19)
23 ## [v1.0.4](https://github.com/getlantern/systray/tree/v1.0.4) (2020-07-21)
31 ## [1.0.3](https://github.com/getlantern/systray/tree/1.0.3) (2020-06-11)
56 ## [1.0.1](https://github.com/getlantern/systray/tree/1.0.1) (2020-05-18)
64 ## [1.0.0](https://github.com/getlantern/systray/tree/1.0.0) (2020-05-18)
76 ## [0.9.0](https://github.com/getlantern/systray/tree/0.9.0) (2020-03-24)
92 - Include stdlib.h in systray\_browser\_linux to explicitly declare funct… [\#114](https://github.c…
101 - systray\_darwin.m: Compare Mac OS min version with value instead of macro [\#94](https://github.c…
[all …]
H A DREADME.md1 systray is a cross-platform Go library to place an icon and menu in the notification area.
13 systray.Run(onReady, onExit)
17 systray.SetIcon(icon.Data)
18 systray.SetTitle("Awesome App")
19 systray.SetTooltip("Pretty awesome超级棒")
20 mQuit := systray.AddMenuItem("Quit", "Quit the whole app")
31 …ps://pkg.go.dev/github.com/getlantern/systray?tab=doc) as well as [CHANGELOG](https://github.com/g…
38 git clone https://github.com/getlantern/systray
55 go: finding github.com/getlantern/systray latest
119 - https://github.com/xilp/systray
/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/src/systray/
H A Dsystraybar.c50 Systray systray; variable
77 memset(&systray, 0, sizeof(systray)); in default_systray()
122 systray.brightness = systray.saturation = 0; in init_systray()
145 systray.icon_size = panel_horizontal ? systray.area.height : systray.area.width; in systray_compute_geometry()
159systray.icons_per_column = (height + systray.area.paddingx * panel->scale) / (systray.icon_size + in systray_compute_geometry()
161 …height - (systray.icons_per_column - 1) * (systray.icon_size + systray.area.paddingx * panel->scal… in systray_compute_geometry()
164 …(systray.icon_size * systray.icons_per_row) + ((systray.icons_per_row - 1) * systray.area.paddingx… in systray_compute_geometry()
168systray.icons_per_row = (width + systray.area.paddingx * panel->scale) / (systray.icon_size + syst… in systray_compute_geometry()
170 …width - (systray.icons_per_row - 1) * (systray.icon_size + systray.area.paddingx * panel->scale) -… in systray_compute_geometry()
171systray.icons_per_column = count / systray.icons_per_row + (count % systray.icons_per_row != 0); in systray_compute_geometry()
[all …]
/dports/x11/deforaos-locker/Locker-0.4.0/src/plugins/
H A Dsystray.c72 Systray * systray; in _systray_init() local
78 if((systray = object_new(sizeof(*systray))) == NULL) in _systray_init()
80 systray->helper = helper; in _systray_init()
92 systray->ab_window = NULL; in _systray_init()
93 return systray; in _systray_init()
104 object_delete(systray); in _systray_destroy()
114 Systray * systray = data; in _systray_on_activate() local
132 Systray * systray = data; in _systray_on_popup_menu() local
184 Systray * systray = data; in _popup_menu_on_about() local
199 systray->helper->action(systray->helper->locker, LOCKER_ACTION_LOCK); in _popup_menu_on_lock()
[all …]
H A DMakefile1 …ebug$(SOEXT) $(OBJDIR)openmoko$(SOEXT) $(OBJDIR)suspend$(SOEXT) $(OBJDIR)systray$(SOEXT) $(OBJDIR)…
47 systray_OBJS = $(OBJDIR)systray.o
51 $(OBJDIR)systray$(SOEXT): $(systray_OBJS)
52 $(CCSHARED) -o $(OBJDIR)systray$(SOEXT) $(systray_OBJS) $(systray_LDFLAGS)
70 $(OBJDIR)systray.o: systray.c ../../include/Locker.h
71 $(CC) $(systray_CFLAGS) -o $(OBJDIR)systray.o -c systray.c
88 $(INSTALL) -m 0755 $(OBJDIR)systray$(SOEXT) $(DESTDIR)$(LIBDIR)/Locker/plugins/systray$(SOEXT)
93 $(RM) -- $(DESTDIR)$(LIBDIR)/Locker/plugins/systray$(SOEXT)
H A Dproject.conf1 targets=debug,openmoko,suspend,systray,template
37 [systray]
39 sources=systray.c
44 [systray.c]
/dports/x11-wm/awesome/awesome-4.3/
H A Dsystray.c48 globalconf.systray.window, in systray_init()
70 globalconf.systray.atom = atom_systray_r->atom; in systray_init()
82 if(globalconf.systray.registered) in systray_register()
85 globalconf.systray.registered = true; in systray_register()
94 ev.data.data32[1] = globalconf.systray.atom; in systray_register()
95 ev.data.data32[2] = globalconf.systray.window; in systray_register()
111 if(!globalconf.systray.registered) in systray_cleanup()
114 globalconf.systray.registered = false; in systray_cleanup()
122 globalconf.systray.window); in systray_cleanup()
370 if(globalconf.systray.parent != w) in luaA_systray()
[all …]
/dports/x11-wm/awesome/awesome-4.3/lib/wibox/widget/
H A Dsystray.lua19 local systray = { mt = {} }
48 local num_entries = capi.awesome.systray()
79 function systray:_kickout(context)
83 function systray:fit(context, width, height)
120 function systray:set_base_size(size)
129 function systray:set_horizontal(horiz)
138 function systray:set_reverse(rev)
150 function systray:set_screen(s)
166 gtable.crush(ret, systray, true)
187 function systray.mt:__call(...)
[all …]
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/indicator/
H A Dmain.cpp137 QSystemTrayIcon systray; in main() local
138 helper.systrayIconHook(systray); in main()
139 systray.setVisible(true); in main()
140 systray.setToolTip(QStringLiteral("KDE Connect")); in main()
153 systray.setContextMenu(menu); in main()
155 KStatusNotifierItem systray; in main() local
156 helper.systrayIconHook(systray); in main()
158 systray.setCategory(KStatusNotifierItem::Communications); in main()
159 systray.setStatus(KStatusNotifierItem::Passive); in main()
160 systray.setStandardActionsEnabled(false); in main()
[all …]
H A Dindicatorhelper.cpp29 void IndicatorHelper::systrayIconHook(QSystemTrayIcon &systray) in systrayIconHook() argument
31 systray.setIcon(QIcon::fromTheme(QStringLiteral("kdeconnectindicatordark"))); in systrayIconHook()
34 void IndicatorHelper::systrayIconHook(KStatusNotifierItem &systray) in systrayIconHook() argument
36 systray.setIconByName(QStringLiteral("kdeconnectindicatordark")); in systrayIconHook()
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/po/
H A DPOTFILES.in76 plugins/systray/sn-box.c
77 plugins/systray/sn-button.c
78 plugins/systray/sn-config.c
79 plugins/systray/sn-dialog.c
81 plugins/systray/sn-plugin.c
82 plugins/systray/systray.c
83 plugins/systray/systray-box.c
84 plugins/systray/systray-manager.c
85 plugins/systray/systray-marshal.list
86 plugins/systray/systray-socket.c
[all …]
H A DPOTFILES.skip9 plugins/systray/systray.desktop.in
20 plugins/systray/systray.desktop.in
43 sub/plugins/systray/systray.desktop.in
/dports/deskutils/virt-manager/virt-manager-3.2.0/tests/uitests/
H A Dtest_systray.py18 systray.grab_focus()
27 systray.grab_focus()
28 systray.click()
32 systray.click(button=3)
37 systray.click(button=3)
84 systray.grab_focus()
85 systray.click()
90 systray.grab_focus()
91 systray.click(button=3)
104 systray.grab_focus()
[all …]
/dports/www/yarr/yarr-2.2/src/platform/
H A Dgui.go12 systray.SetIcon(Icon)
14 menuOpen := systray.AddMenuItem("Open", "")
15 systray.AddSeparator()
16 menuQuit := systray.AddMenuItem("Quit", "")
24 systray.Quit()
31 systray.Run(systrayOnReady, nil)
/dports/x11-toolkits/tk87/tk8.7a5/library/demos/
H A Dsystray.tcl16 catch {tk systray destroy}
48 tk systray create -image book -text "Systray sample" \
61 tk systray configure -image page
62 tk systray configure -text "Modified text"
63 tk systray configure -button1 {puts "this is a different output"}
64 tk systray configure -button3 {puts "hello yall"}
82 tk systray destroy
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/
H A Dnotify.py155 def __init__(self, systray=None): argument
156 self.systray = systray
157 self.ok = self.systray is not None and self.systray.supportsMessages()
162 if self.systray is not None:
168 if ismacos and not self.systray.isVisible():
169 self.systray.show()
171 self.systray.showMessage(summary, body, QSystemTrayIcon.MessageIcon.Information,
175 self.systray.hide()
212 def get_notifier(systray=None): argument
226 ans = QtNotifier(systray)
/dports/audio/cadence/Cadence-0.9.1/src/
H A Dcadence.py34 import systray
1052 self.systray = systray.GlobalSysTray(self, "Cadence", "cadence")
1058 self.systray.addSeparator("sep1")
1090 self.systray.addMenu("tools", self.tr("Tools"))
1100 self.systray.addSeparator("sep2")
1111 self.systray.setToolTip("Cadence")
1112 self.systray.show()
1394 self.systray.setActionEnabled("a2j_stop", True)
1532 self.systray.setToolTip(systrayText)
2342 self.systray.handleQtCloseEvent(event)
[all …]
H A Dclaudia.py35 import systray
698 self.systray = systray.GlobalSysTray(self, "Claudia", "claudia")
744 self.systray.show()
1338 if self.systray:
1380 if self.systray:
1405 if self.systray:
1422 if self.systray:
1449 if self.systray:
1488 if self.systray:
2727 if self.systray:
[all …]
/dports/deskutils/osmo/osmo-0.4.4/data/icons/48x48/
H A DMakefile.am10 actions_DATA = osmo-systray-birthday.png osmo-systray-normal.png osmo-systray-note.png osmo-syst…
/dports/audio/jalv-select/jalv_select-1.3/
H A DREADME.md19 - minimize app to systray (global Hotkey SHIFT+ESCAPE),
20 - wake up app from systray (global Hotkey SHIFT+ESCAPE):
21 - left mouse click on systray to show or hide app
36 -s, --systray start minimized in systray
46 echo 'systray action' > /tmp/jalv.select.fifo$UID
57 |CTRL+w |== |hide (minimize to systray icon)|
/dports/deskutils/osmo/osmo-0.4.4/data/icons/16x16/
H A DMakefile.am10 actions_DATA = osmo-systray-menu-calendar.png osmo-systray-menu-contacts.png osmo-systray-menu-no…
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/desktop/systray/
H A Dsystray.pro4 RESOURCES = systray.qrc
8 target.path = $$[QT_INSTALL_EXAMPLES]/desktop/systray
9 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS systray.pro resources images
10 sources.path = $$[QT_INSTALL_EXAMPLES]/desktop/systray

12345678910>>...77