Home
last modified time | relevance | path

Searched refs:back_icon (Results 1 – 19 of 19) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dmystyle.c38 style->back_icon.pix = None; in mystyle_free_back_icon()
46 memset (&(style->back_icon), 0x00, sizeof (style->back_icon)); in mystyle_free_back_icon()
1164 child->back_icon = parent->back_icon; in mystyle_merge_styles()
1172 child->back_icon.pix = in mystyle_merge_styles()
1176 XCopyArea (dpy, parent->back_icon.pix, child->back_icon.pix, gc, 0, in mystyle_merge_styles()
1177 0, parent->back_icon.width, parent->back_icon.height, 0, in mystyle_merge_styles()
1185 XCopyArea (dpy, parent->back_icon.mask, child->back_icon.mask, in mystyle_merge_styles()
1196 XCopyArea (dpy, parent->back_icon.alpha, child->back_icon.alpha, in mystyle_merge_styles()
1202 child->back_icon.image = dup_asimage (parent->back_icon.image); in mystyle_merge_styles()
1205 child->back_icon.width = parent->back_icon.width; in mystyle_merge_styles()
[all …]
H A Dmystyle_property.c71 if (style->back_icon.pix == None) in mystyle_list_set_property()
72 make_icon_pixmaps (&(style->back_icon), False); in mystyle_list_set_property()
73 prop[i++] = style->back_icon.pix; in mystyle_list_set_property()
74 prop[i++] = style->back_icon.mask; in mystyle_list_set_property()
76 prop[i++] = style->back_icon.alpha; in mystyle_list_set_property()
144 if (style->back_icon.image) { in mystyle_get_property()
145 safe_asimage_destroy (style->back_icon.image); in mystyle_get_property()
146 style->back_icon.image = NULL; in mystyle_get_property()
244 if (style->back_icon.image != NULL) in mystyle_get_property()
249 if (style->back_icon.pix == None && in mystyle_get_property()
[all …]
H A Dmystyle.h48 icon_t back_icon; /* background pixmap */ member
H A Dbackground.c128 BackgroundSetPixmap (style->back_icon.pix); in BackgroundSetMyStyle()
/dports/devel/global/global-6.6.7/htags/
H A Ddefineindex.c89 fputs(gen_image(CURRENT, back_icon, ".."), DEFINES); in makedefineindex()
130 fputs(gen_image(PARENT, back_icon, ".."), ALPHA); in makedefineindex()
182 fputs(gen_image(PARENT, back_icon, ".."), ALPHA); in makedefineindex()
263 fputs(gen_image(PARENT, back_icon, ".."), ALPHA); in makedefineindex()
279 fputs(gen_image(CURRENT, back_icon, ".."), DEFINES); in makedefineindex()
H A Dhtags.h126 extern const char *back_icon;
H A Dfileindex.c529 fputs(gen_image(PARENT, back_icon, ".."), op); in print_directory_header()
574 fputs(gen_image(PARENT, back_icon, ".."), op); in print_directory_footer()
H A Dhtags.c200 const char *back_icon = "back"; variable
/dports/www/ilias6/ILIAS-6.14/src/UI/Implementation/Component/Menu/
H A DDrilldown.php21 protected $back_icon; variable in ILIAS\\UI\\Implementation\\Component\\Menu\\Drilldown
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Wharf/
H A DWharf.c391 if (style->back_icon.image in check_style_shaped()
392 && check_asimage_alpha (Scr.asv, style->back_icon.image)) { in check_style_shaped()
449 if (menu_folder_pixmap && menu_folder_pixmap->back_icon.image != NULL) { in SetWharfLook()
450 if (menu_folder_pixmap->back_icon.image->name == NULL) { in SetWharfLook()
454 menu_folder_pixmap->back_icon.image, in SetWharfLook()
457 menu_folder_pixmap->back_icon.image = in SetWharfLook()
458 dup_asimage (menu_folder_pixmap->back_icon.image); in SetWharfLook()
468 if (Scr.Look.MSWindow[UNFOCUSED_TILE_STYLE]->back_icon.image != NULL) { in SetWharfLook()
470 Scr.Look.MSWindow[UNFOCUSED_TILE_STYLE]->back_icon.width; in SetWharfLook()
472 Scr.Look.MSWindow[UNFOCUSED_TILE_STYLE]->back_icon.height; in SetWharfLook()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dpager.c835 if (root_width > style->back_icon.width) in make_desktop_image()
836 root_width = style->back_icon.width; in make_desktop_image()
837 if (root_height > style->back_icon.height) in make_desktop_image()
838 root_height = style->back_icon.height; in make_desktop_image()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterConf/
H A DMyStyle.c508 (&(style->back_icon), def->back_pixmap, in mystyle_create_from_definition()
521 style->name, style->texture_type, style->back_icon.image, in mystyle_create_from_definition()
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dpixmap.c1047 BG.srcPixmap = BG.mystyle->back_icon.pix ; /* so not to free it later */ in RenderPixmap()
/dports/x11/aterm/aterm-1.0.1/src/
H A Dpixmap.c1047 BG.srcPixmap = BG.mystyle->back_icon.pix ; /* so not to free it later */ in RenderPixmap()
/dports/x11/multi-aterm/multi-aterm-0.2.1/src/
H A Dpixmap.c763 return style->back_icon.pix; in RenderMyStylePixmap()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A DChangeLog1715 * fixed bug in inheritance code where back_icon would get destroyed even if it
/dports/graphics/libafterimage/libAfterImage-1.20/
H A DChangeLog2123 * fixed bug in inheritance code where back_icon would get destroyed
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/
H A DChangeLog5297 * fixed bug in inheritance code where back_icon would get destroyed even if it
/dports/www/mattermost-webapp/mattermost/client/
H A D764.50f96fe15c1f2d231c0a.js.map1back_icon.tsx","webpack://@mattermost/webapp/./components/widgets/modals/full_screen_modal.tsx","w…