Home
last modified time | relevance | path

Searched refs:cImageFilePath (Results 1 – 15 of 15) sorted by relevance

/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/desklet-rendering/src/
H A Drendering-desklet-tree.c45 gchar *cImageFilePath = g_strconcat (MY_APPLET_SHARE_DATA_DIR, "/branche1.svg", NULL); in load_data() local
47 pTree->pBrancheSurface[0] = cairo_dock_create_surface_from_image_simple (cImageFilePath, in load_data()
51 cImageFilePath[strlen(cImageFilePath)-5] = '2'; in load_data()
52 pTree->pBrancheSurface[0] = cairo_dock_create_surface_from_image_simple (cImageFilePath, in load_data()
55 g_free (cImageFilePath); in load_data()
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/gldit/
H A Dcairo-dock-dialog-factory.c289 static cairo_surface_t *_cairo_dock_create_dialog_icon_surface (const gchar *cImageFilePath, Icon *… in _cairo_dock_create_dialog_icon_surface() argument
291 if (cImageFilePath == NULL) in _cairo_dock_create_dialog_icon_surface()
296 if (strcmp (cImageFilePath, "same icon") == 0) in _cairo_dock_create_dialog_icon_surface()
315 pIconBuffer = cairo_dock_create_surface_from_image_simple (cImageFilePath, in _cairo_dock_create_dialog_icon_surface()
400 if (pAttribute->cImageFilePath != NULL) in gldi_dialog_init_internals()
402 …pDialog->pIconBuffer = _cairo_dock_create_dialog_icon_surface (pAttribute->cImageFilePath, pAttrib… in gldi_dialog_init_internals()
580 …cd_debug ("%s (%s, %s, %x, %x, (%p;%p))", __func__, pAttribute->cText, pAttribute->cImageFilePath,… in gldi_dialog_new()
596 attr.cImageFilePath = (gchar *)cIconPath; in gldi_dialog_show()
644 attr.cImageFilePath = cIconPath; in gldi_dialog_show_temporary_with_default_icon()
863 void gldi_dialog_set_icon (CairoDialog *pDialog, const gchar *cImageFilePath) in gldi_dialog_set_icon() argument
[all …]
H A Dcairo-dock-dialog-manager.h74 const gchar *cImageFilePath; member
H A Dcairo-dock-dialog-factory.h309 void gldi_dialog_set_icon (CairoDialog *pDialog, const gchar *cImageFilePath);
H A Dcairo-dock-module-instance-manager.c319 attr.cImageFilePath = pModuleInstance->pModule->pVisitCard->cIconFilePath; in gldi_module_instance_popup_description()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/clock/src/
H A Dapplet-notifications.c69 attr.cImageFilePath = MY_APPLET_SHARE_DATA_DIR"/icon-task.png"; in _cd_clock_show_tasks_today()
93 attr.cImageFilePath = MY_APPLET_SHARE_DATA_DIR"/icon-task.png"; in _cd_clock_show_tasks_week()
H A Dapplet-timer.c70 attr.cImageFilePath = (gchar *)MY_APPLET_SHARE_DATA_DIR"/icon-task.png"; in _task_warning()
399 attr.cImageFilePath = (gchar *)MY_APPLET_SHARE_DATA_DIR"/icon-task.png"; in cd_clock_update_with_time()
471 attr.cImageFilePath = (gchar *)MY_APPLET_SHARE_DATA_DIR"/icon-task.png"; in cd_clock_update_with_time()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Dbus/src/
H A Dinterface-applet-methods.c282 gchar *cImageFilePath = NULL; in _applet_popup_dialog() local
288 cImageFilePath = cairo_dock_search_icon_s_path (g_value_get_string (v), MAX (w, h)); in _applet_popup_dialog()
289 attr.cImageFilePath = cImageFilePath; in _applet_popup_dialog()
292 attr.cImageFilePath = "same icon"; in _applet_popup_dialog()
571 g_free (cImageFilePath); in _applet_popup_dialog()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/dustbin/src/
H A Dapplet-notifications.c125 attr.cImageFilePath = "same icon"; in _cd_dustbin_show_info()
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/Help/src/
H A Dapplet-tips-dialog.c308 attr.cImageFilePath = NULL; in cairo_dock_show_tips()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/alsaMixer/src/
H A Dapplet-backend-alsamixer.c326 attr.cImageFilePath = MY_APPLET_SHARE_DATA_DIR"/"MY_APPLET_ICON_FILE; in mixer_show_hide_dialog()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/System-Monitor/src/
H A Dapplet-top.c414 attr.cImageFilePath = MY_APPLET_SHARE_DATA_DIR"/"MY_APPLET_ICON_FILE; in cd_sysmonitor_start_top_dialog()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/musicPlayer/src/
H A Dapplet-notifications.c194 attr.cImageFilePath = NULL; in _show_players_list_dialog()
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/
H A Dcairo-dock.c890 attr.cImageFilePath = CAIRO_DOCK_SHARE_DATA_DIR"/"CAIRO_DOCK_ICON; in main()
H A Dcairo-dock-gui-advanced.c956 attr.cImageFilePath = pGroupDescription->cIcon; in _show_group_dialog()