Home
last modified time | relevance | path

Searched refs:applet (Results 1 – 25 of 5130) sorted by relevance

12345678910>>...206

/dports/x11/mate-applets/mate-applets-1.26.0/timerapplet/src/
H A Dtimerapplet.c101 g_assert (applet); in timer_applet_destroy()
211 …ion_set_sensitive (gtk_action_group_get_action (applet->action_group, "Start"), !applet->active ||… in timer_callback()
214 …ensitive (gtk_action_group_get_action (applet->action_group, "Reset"), !applet->active && !applet-… in timer_callback()
349 if (!applet->active && !applet->pause && applet->elapsed) in timer_applet_click()
351 else if (applet->active && !applet->pause) in timer_applet_click()
353 else if (!applet->active || applet->pause) in timer_applet_click()
378 applet->applet = applet_widget; in timer_applet_fill()
403 gtk_widget_show_all (GTK_WIDGET (applet->applet)); in timer_applet_fill()
406 g_signal_connect (applet->applet, "destroy", in timer_applet_fill()
410 g_signal_connect_swapped (applet->applet, "button-release-event", in timer_applet_fill()
[all …]
/dports/sysutils/mate-power-manager/mate-power-manager-1.26.0/applets/brightness/
H A Dbrightness-applet.c222 applet->icon_height = gdk_pixbuf_get_height (applet->icon); in gpm_applet_get_icon()
223 applet->icon_width = gdk_pixbuf_get_width (applet->icon); in gpm_applet_get_icon()
245 gtk_widget_set_size_request (GTK_WIDGET(applet), applet->size, applet->icon_height + 2); in gpm_applet_check_size()
251 gtk_widget_set_size_request (GTK_WIDGET(applet), applet->icon_width + 2, applet->size); in gpm_applet_check_size()
320 …gdk_cairo_set_source_pixbuf (cr, applet->icon, (w - applet->icon_width)/2, (h - applet->icon_heigh… in gpm_applet_draw_cb()
420 applet->call_worked = gpm_applet_set_brightness (applet); in gpm_applet_plus_cb()
438 applet->call_worked = gpm_applet_set_brightness (applet); in gpm_applet_minus_cb()
454 applet->call_worked = gpm_applet_set_brightness (applet); in gpm_applet_slide_delayed_cb()
625 gtk_range_set_value (GTK_RANGE(applet->slider), applet->level); in gpm_applet_create_popup()
946 applet->call_worked = gpm_applet_get_brightness (applet); in gpm_brightness_applet_dbus_connect()
[all …]
/dports/audio/mate-media/mate-media-1.26.0/mate-volume-control/
H A Dgvc-applet.c397 applet->priv = gvc_applet_get_instance_private (applet); in gvc_applet_init()
519 applet->priv->applet = applet_widget; in gvc_applet_fill()
521 switch (mate_panel_applet_get_orient (applet->priv->applet)) { in gvc_applet_fill()
537 …gvc_stream_applet_icon_set_size (applet->priv->icon_input, mate_panel_applet_get_size (applet->pri… in gvc_applet_fill()
538 …gvc_stream_applet_icon_set_size (applet->priv->icon_output, mate_panel_applet_get_size (applet->pr… in gvc_applet_fill()
539 …gvc_stream_applet_icon_set_orient (applet->priv->icon_input, mate_panel_applet_get_orient (applet-… in gvc_applet_fill()
540 …gvc_stream_applet_icon_set_orient (applet->priv->icon_output, mate_panel_applet_get_orient (applet in gvc_applet_fill()
545 gtk_container_add (GTK_CONTAINER (applet->priv->applet), GTK_WIDGET (applet->priv->box)); in gvc_applet_fill()
546 gtk_widget_show_all (GTK_WIDGET (applet->priv->applet)); in gvc_applet_fill()
558 g_object_connect (applet->priv->applet, in gvc_applet_fill()
[all …]
/dports/x11/mate-applets/mate-applets-1.26.0/cpufreq/src/
H A Dcpufreq-applet.c183 applet->size = mate_panel_applet_get_size (MATE_PANEL_APPLET (applet)); in cpufreq_applet_init()
187 gtk_container_add (GTK_CONTAINER (applet), applet->box); in cpufreq_applet_init()
203 gtk_box_pack_start (GTK_BOX (applet->box), applet->icon, FALSE, FALSE, 0); in cpufreq_applet_init()
210 gtk_box_pack_start (GTK_BOX (applet->labels_box), applet->label, in cpufreq_applet_init()
214 gtk_box_pack_start (GTK_BOX (applet->labels_box), applet->unit_label, in cpufreq_applet_init()
307 cpufreq_popup_set_monitor (applet->popup, applet->monitor); in cpufreq_applet_menu_popup()
308 cpufreq_popup_set_parent (applet->popup, GTK_WIDGET (applet)); in cpufreq_applet_menu_popup()
597 applet->show_freq || applet->show_perc, in cpufreq_applet_update_visibility()
623 cpufreq_applet_update (applet, applet->monitor); in cpufreq_applet_update_visibility()
798 if (applet->prefs) in cpufreq_applet_setup()
[all …]
/dports/deskutils/alarm-clock-applet/alarm-clock-applet-0.3.4/src/
H A Dalarm-actions.c36 GtkBuilder *builder = applet->ui; in alarm_applet_actions_init()
47 gtk_action_group_add_action (applet->actions_alarm, applet->action_edit); in alarm_applet_actions_init()
48 gtk_action_group_add_action (applet->actions_alarm, applet->action_delete); in alarm_applet_actions_init()
49 gtk_action_group_add_action (applet->actions_alarm, GTK_ACTION (applet->action_enabled)); in alarm_applet_actions_init()
50 gtk_action_group_add_action (applet->actions_alarm, applet->action_stop); in alarm_applet_actions_init()
51 gtk_action_group_add_action (applet->actions_alarm, applet->action_snooze); in alarm_applet_actions_init()
69 gtk_action_group_add_action (applet->actions_global, applet->action_new); in alarm_applet_actions_init()
70 gtk_action_group_add_action (applet->actions_global, applet->action_stop_all); in alarm_applet_actions_init()
71 gtk_action_group_add_action (applet->actions_global, applet->action_snooze_all); in alarm_applet_actions_init()
241 if (applet->sounds != NULL) { in alarm_action_new()
[all …]
H A Dui.c257 applet->ui = alarm_applet_ui_load ("alarm-clock.ui", applet); in alarm_applet_ui_init()
269 applet->list_window = alarm_list_window_new (applet); in alarm_applet_ui_init()
272 applet->settings_dialog = alarm_settings_dialog_new (applet); in alarm_applet_ui_init()
281 prefs_init (applet); in alarm_applet_ui_init()
294 applet->status_menu = GTK_WIDGET (gtk_builder_get_object (applet->ui, "status_menu")); in alarm_applet_status_init()
304 app_indicator_set_menu (applet->app_indicator, GTK_MENU (applet->status_menu)); in alarm_applet_status_init()
330 gtk_status_icon_set_blinking (applet->status_icon, applet->n_triggered > 0); in alarm_applet_status_update()
484 if (applet->list_window && GTK_WIDGET_VISIBLE (applet->list_window->window)) { in alarm_applet_alarm_changed()
490 if (applet->settings_dialog && applet->settings_dialog->alarm == alarm) { in alarm_applet_alarm_changed()
510 applet->n_triggered++; in alarm_applet_alarm_triggered()
[all …]
H A Dalarm-applet.c73 applet->n_triggered = 0; in alarm_applet_alarms_snooze()
104 applet->n_triggered = 0; in alarm_applet_alarms_stop()
210 applet->sounds = g_list_append (applet->sounds, entry); in alarm_applet_sounds_load()
327 if (applet->apps != NULL) in alarm_applet_apps_load()
379 applet->apps = g_list_append (applet->apps, entry); in alarm_applet_apps_load()
433 applet->alarms = g_list_append (applet->alarms, alarm); in alarm_applet_alarms_add()
451 applet->alarms = g_list_remove (applet->alarms, alarm); in alarm_applet_alarms_remove()
572 AlarmApplet *applet; in alarm_applet_init() local
631 applet->snooze_mins = 5; in alarm_applet_init()
653 return applet; in alarm_applet_init()
[all …]
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/capplet/
H A Dmate-notification-applet.c36 MatePanelApplet *applet; member
66 g_assert (applet); in applet_destroy()
70 g_free (applet); in applet_destroy()
102 (void) applet; in show_about()
119 gtk_widget_show_all (GTK_WIDGET (applet->applet)); in set_status_image()
143 g_assert (applet); in applet_draw_icon()
180 applet->applet = applet_widget; in applet_main()
202 set_status_image (applet, in applet_main()
221 mate_panel_applet_setup_menu_from_resource (applet->applet, in applet_main()
229 g_signal_connect (G_OBJECT (applet->applet), "destroy", in applet_main()
[all …]
/dports/japanese/im-ja/im-ja-1.5/src/gnome-panel-applet/
H A Dim-ja-applet.c64 PanelApplet *applet; member
129 g_assert(applet); in applet_destroy()
130 g_free(applet); in applet_destroy()
140 if (applet->about) { in about_cb()
232 GtkWidget *widget = GTK_WIDGET(applet->applet); in set_menu_position()
237 g_return_if_fail(PANEL_IS_APPLET(applet->applet)); in set_menu_position()
247 orient = panel_applet_get_orient(applet->applet); in set_menu_position()
268 gtk_propagate_event(GTK_WIDGET(applet->applet), (GdkEvent *) event); in button_press_cb()
300 gtk_button_set_label(GTK_BUTTON(applet->status_widget), applet->labels[applet->input_method]); in update_status_label()
446 ImJaApplet *applet; in im_ja_applet_factory() local
[all …]
/dports/sysutils/mate-power-manager/mate-power-manager-1.26.0/applets/inhibit/
H A Dinhibit-applet.c252 gpm_applet_uninhibit (applet, applet->cookie); in gpm_applet_click_cb()
253 applet->cookie = 0; in gpm_applet_click_cb()
383 applet->proxy = dbus_g_proxy_new_for_name_owner (applet->connection, in gpm_inhibit_applet_dbus_connect()
407 applet->proxy = NULL; in gpm_inhibit_applet_dbus_disconnect()
409 applet->cookie = 0; in gpm_inhibit_applet_dbus_disconnect()
449 applet->image = NULL; in gpm_inhibit_applet_init()
450 applet->cookie = 0; in gpm_inhibit_applet_init()
452 applet->proxy = NULL; in gpm_inhibit_applet_init()
465 applet, NULL); in gpm_inhibit_applet_init()
470 gtk_container_add (GTK_CONTAINER (applet), applet->image); in gpm_inhibit_applet_init()
[all …]
/dports/x11/mate-panel/mate-panel-1.26.1/applets/notification_area/
H A Dmain.c133 if (applet->priv->dialog) in gsettings_changed_min_icon_size()
137 na_grid_set_min_icon_size (NA_GRID (applet->priv->grid), applet->priv->min_icon_size); in gsettings_changed_min_icon_size()
152 g_settings_set_int (applet->priv->settings, KEY_MIN_ICON_SIZE, applet->priv->min_icon_size); in na_preferences_dialog_min_icon_size_changed()
182 if (applet->priv->dialog) in ensure_prefs_window_is_created()
321 setup_gsettings (applet); in na_tray_applet_realize()
324 gsettings_changed_min_icon_size (applet->priv->settings, KEY_MIN_ICON_SIZE, applet); in na_tray_applet_realize()
354 if (!applet->priv->grid) in na_tray_applet_style_updated()
376 if (applet->priv->grid) in na_tray_applet_change_background()
389 if (!applet->priv->grid) in na_tray_applet_change_orient()
472 applet->priv = na_tray_applet_get_instance_private (applet); in na_tray_applet_init()
[all …]
/dports/net/haproxy21/haproxy-2.1.12/reg-tests/mailers/
H A Dhealthcheckmail.lua38 applet:start_response()
39 applet:send(response)
43 applet:set_status(200)
44 applet:start_response()
48 data = applet:getline()
60 applet:send("220 Welcome\r\n")
66 applet:send("250 OK\r\n")
70 applet:send("250 OK\r\n")
74 applet:send("250 OK\r\n")
78 applet:send("354 OK\r\n")
[all …]
/dports/net/haproxy20/haproxy-2.0.26/reg-tests/mailers/
H A Dhealthcheckmail.lua38 applet:start_response()
39 applet:send(response)
43 applet:set_status(200)
44 applet:start_response()
48 data = applet:getline()
60 applet:send("220 Welcome\r\n")
66 applet:send("250 OK\r\n")
70 applet:send("250 OK\r\n")
74 applet:send("250 OK\r\n")
78 applet:send("354 OK\r\n")
[all …]
/dports/net/haproxy19/haproxy-1.9.16/reg-tests/mailers/
H A Dk_healthcheckmail.lua38 applet:start_response()
39 applet:send(response)
43 applet:set_status(200)
44 applet:start_response()
48 data = applet:getline()
60 applet:send("220 Welcome\r\n")
66 applet:send("250 OK\r\n")
70 applet:send("250 OK\r\n")
74 applet:send("250 OK\r\n")
78 applet:send("354 OK\r\n")
[all …]
/dports/net/haproxy/haproxy-2.4.10/reg-tests/mailers/
H A Dhealthcheckmail.lua38 applet:start_response()
39 applet:send(response)
43 applet:set_status(200)
44 applet:start_response()
48 data = applet:getline()
60 applet:send("220 Welcome\r\n")
66 applet:send("250 OK\r\n")
70 applet:send("250 OK\r\n")
74 applet:send("250 OK\r\n")
78 applet:send("354 OK\r\n")
[all …]
/dports/net/haproxy22/haproxy-2.2.19/reg-tests/mailers/
H A Dhealthcheckmail.lua38 applet:start_response()
39 applet:send(response)
43 applet:set_status(200)
44 applet:start_response()
48 data = applet:getline()
60 applet:send("220 Welcome\r\n")
66 applet:send("250 OK\r\n")
70 applet:send("250 OK\r\n")
74 applet:send("250 OK\r\n")
78 applet:send("354 OK\r\n")
[all …]
/dports/net/haproxy23/haproxy-2.3.16/reg-tests/mailers/
H A Dhealthcheckmail.lua38 applet:start_response()
39 applet:send(response)
43 applet:set_status(200)
44 applet:start_response()
48 data = applet:getline()
60 applet:send("220 Welcome\r\n")
66 applet:send("250 OK\r\n")
70 applet:send("250 OK\r\n")
74 applet:send("250 OK\r\n")
78 applet:send("354 OK\r\n")
[all …]
/dports/net/nuster/nuster-5.0.4.21/reg-tests/mailers/
H A Dhealthcheckmail.lua38 applet:start_response()
39 applet:send(response)
43 applet:set_status(200)
44 applet:start_response()
48 data = applet:getline()
60 applet:send("220 Welcome\r\n")
66 applet:send("250 OK\r\n")
70 applet:send("250 OK\r\n")
74 applet:send("250 OK\r\n")
78 applet:send("354 OK\r\n")
[all …]
/dports/x11/workrave/workrave-1.10.44/frontend/applets/xfce/src/
H A Dmain.c113 applet->alive = alive; in on_alive_changed()
200 applet->inhibit++; in on_menu_changed()
238 if (applet->inhibit > 0) in on_menu_command()
307 if (applet->inhibit > 0) in on_menu_check_changed()
343 if (applet->inhibit > 0) in on_menu_radio_changed()
390 applet->image = workrave_timerbox_control_get_image(applet->timerbox_control); in workrave_applet_fill()
397 gtk_container_add(GTK_CONTAINER(applet->plugin), GTK_WIDGET(applet->image)); in workrave_applet_fill()
404 applet->plugin = plugin; in workrave_applet_construct()
405 applet->image = NULL; in workrave_applet_construct()
407 applet->alive = FALSE; in workrave_applet_construct()
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/systemtray/package/contents/ui/items/
H A DPlasmoidItem.qml15 property Item applet: model.applet || null
16 text: applet ? applet.title : ""
18 itemId: applet ? applet.pluginName : ""
19 mainText: applet ? applet.toolTipMainText : ""
20 subText: applet ? applet.toolTipSubText : ""
21 mainItem: applet && applet.toolTipItem ? applet.toolTipItem : null
22 textFormat: applet ? applet.toolTipTextFormat : ""
26 if (!applet) {
45 if (applet) {
50 if (!applet) {
[all …]
/dports/x11/mate-panel/mate-panel-1.26.1/libmate-panel-applet/
H A Dtest-dbus-applet.c47 test_applet_init (TestApplet *applet) in test_applet_init() argument
142 test_applet_fill (TestApplet *applet) in test_applet_fill() argument
146 applet->label = gtk_label_new (NULL); in test_applet_fill()
148 gtk_container_add (GTK_CONTAINER (applet), applet->label); in test_applet_fill()
152 test_applet_handle_size_change (applet, in test_applet_fill()
163 applet); in test_applet_fill()
174 g_signal_connect (G_OBJECT (applet), in test_applet_fill()
179 g_signal_connect (G_OBJECT (applet), in test_applet_fill()
184 g_signal_connect (G_OBJECT (applet), in test_applet_fill()
193 test_applet_factory (TestApplet *applet, in test_applet_factory() argument
[all …]
/dports/x11/workrave/workrave-1.10.44/frontend/applets/mate/src/
H A Dmain-gtk2.c34 MatePanelApplet *applet; member
103 applet->alive = alive; in on_alive_changed()
118 applet->inhibit++; in on_menu_changed()
165 applet->inhibit--; in on_menu_changed()
339 mate_panel_applet_set_flags(applet->applet, in workrave_applet_fill()
341 mate_panel_applet_set_background_widget(applet->applet, GTK_WIDGET(applet->applet)); in workrave_applet_fill()
344 applet->image = workrave_timerbox_control_get_image(applet->timerbox_control); in workrave_applet_fill()
369 mate_panel_applet_setup_menu_from_file(applet->applet, ui_path, applet->action_group); in workrave_applet_fill()
372 gtk_container_add(GTK_CONTAINER(applet->applet), GTK_WIDGET(applet->image)); in workrave_applet_fill()
373 gtk_widget_show_all(GTK_WIDGET(applet->applet)); in workrave_applet_fill()
[all …]
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/scripting/
H A Dappletscript.cpp22 Applet *applet; member in Plasma::AppletScriptPrivate
29 d->applet = nullptr; in AppletScript()
39 d->applet = applet; in setApplet()
44 Q_ASSERT(d->applet); in applet()
45 return d->applet; in applet()
60 if (applet()) { in setHasConfigurationInterface()
67 if (applet()) { in setConfigurationRequired()
74 if (applet()) { in setLaunchErrorMessage()
81 if (applet()) { in configNeedsSaving()
92 Q_ASSERT(d->applet); in mainScript()
[all …]
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/scriptengines/qml/plasmoid/
H A Dappletinterface.cpp234 return applet()->id(); in id()
244 return applet()->icon(); in icon()
253 applet()->setIcon(icon); in setIcon()
258 return applet()->title(); in title()
267 applet()->setTitle(title); in setTitle()
361 applet()->setBusy(busy); in setBusy()
607 if (!applet() || !applet()->containment() || !applet()->containment()->corona()) { in screenGeometry()
654 return applet(); in nativeInterface()
728 if (!applet()->containment() || !applet()->containment()->corona()) { in availableScreenRegion()
752 if (!applet()->containment() || !applet()->containment()->corona()) { in availableScreenRect()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/appletviewer/
H A DPluginAppletWindow.java78 private Applet applet; field in PluginAppletWindow
106 if (applet != null) in componentAdded()
121 if (applet != null) in componentRemoved()
140 if (applet != null) in componentResized()
155 if (applet != null) in componentMoved()
170 if (applet != null) in componentShown()
185 if (applet != null) in componentHidden()
205 if (applet != null) in mouseClicked()
220 if (applet != null) in mousePressed()
429 add(applet); in setHandle()
[all …]

12345678910>>...206