Lines Matching refs:Icon
10 * Icon releated routines
51 static void ReshapeIcon(Icon *icon);
53 static Image *LookupIconNameOrClass(TwmWindow *tmp_win, Icon *icon,
455 Icon *icon;
459 icon = malloc(sizeof(struct Icon));
556 /* if we still haven't got an icon, let's look in the Icon list
779 * that we're not deleting that Icon.
789 * always allocates a struct Icon, and doesn't attach it to Scr...
797 Icon *icon = (Icon *)nptr->ptr;
810 * Delete a single Icon. Called iteratively from DeleteIconList(), and
814 DeleteIcon(Icon *icon)
831 ReleaseIconImage(Icon *icon)
970 Icon *icon;
1023 Icon *icon;
1055 Icon *icon;
1091 ReshapeIcon(Icon *icon)
1128 GetIconOffset(Icon *icon)
1162 Icon *icon, *old_icon;
1219 * Icon is also already on that list)
1378 LookupIconNameOrClass(TwmWindow *tmp_win, Icon *icon, char **pattern)