Searched refs:Icon (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dicons.h2 * Icon releated definitions
17 /* Where did the Image for the Icon come from? */
26 struct Icon { struct
45 bool w_not_ours; /* Icon.w comes from IconWindowHint */
73 /* Icon [window] creation/destruction */
76 void DeleteIcon(Icon *icon);
77 void ReleaseIconImage(Icon *icon);
87 int GetIconOffset(Icon *icon);
H A Dtypes.h9 typedef struct Icon Icon; typedef in typeref:struct:Icon
H A Dotp.h55 void OtpReassignIcon(TwmWindow *twm_win, Icon *old_icon);
H A Dtwm_window_struct.h75 struct Icon *icon; ///< The current icon. \sa CreateIconWindow()
121 /// Icon name from override CTWM_WM_ICON_NAME property
124 /// Icon name from EWMH _NET_WM_ICON_NAME property
127 char *wm_icon_name; ///< Icon name from WM_ICON_NAME property
H A Dicons.c10 * 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 *)npt
[all...]
H A Danimate.c40 static void AnimateIcons(ScreenInfo *scr, Icon *icon);
276 AnimateIcons(ScreenInfo *scr, Icon *icon)
H A Dutil.c388 LOADFONT(Icon);
489 struct Icon *i;
H A Dvscreen.c319 struct Icon *icon = tmp_win->icon;
H A Dotp.c97 Icon *icon = owl->twm_win->icon;
288 fprintf(stderr, " %s\n", (owl->type == WinWin ? "Window" : "Icon"));
1262 void OtpReassignIcon(TwmWindow *twm_win, Icon *old_icon)
1265 /* Transfer OWL to new Icon */
1266 Icon *new_icon = twm_win->icon;
1273 /* Create a new OWL for this Icon */
1281 Icon *cur_icon = twm_win->icon;
H A Dctwm_main.c1325 scr->workSpaceMgr.occupyWindow->icon_name = "Occupy Window Icon";
1328 scr->workSpaceMgr.icon_name = "WorkSpaceManager Icon";
1338 SETFONT(Icon, NICE);
H A Dewmh.c952 Icon *icon = twm_win->icon;
H A Devent_handlers.c341 * Icon managers don't do anything with focus events on themselves,
1133 Icon *icon;
1837 Icon *icon = Tmp_win->icon;
H A DCHANGES.md354 1. Icon manager windows are no longer included in the window ring
1849 : Sun Icon and Cursor file
2157 * Icon regions now works.
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dprinciples.adoc145 == Icon Managers ==
173 The Icon Managers are different windows in each workspace: it is not
210 * `struct Icon`, which refers to
215 Each `TwmWindow` may have a `struct Icon` which describes the currently
217 from the Icon list over time:
230 `Icon->match` and can have the values `match_none`, `match_list`,
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc725 Icon "top_left_arrow"
1490 "Emacs Icon Manager" "WorkSpaceManager"
1491 "TWM Icon Manager" "XDaliClock"

Completed in 22 milliseconds