Searched refs:Icon (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | icons.h | 2 * 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 D | types.h | 9 typedef struct Icon Icon; typedef in typeref:struct:Icon
|
| H A D | otp.h | 55 void OtpReassignIcon(TwmWindow *twm_win, Icon *old_icon);
|
| H A D | twm_window_struct.h | 75 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 D | icons.c | 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 *)npt [all...] |
| H A D | animate.c | 40 static void AnimateIcons(ScreenInfo *scr, Icon *icon); 276 AnimateIcons(ScreenInfo *scr, Icon *icon)
|
| H A D | util.c | 388 LOADFONT(Icon); 489 struct Icon *i;
|
| H A D | vscreen.c | 319 struct Icon *icon = tmp_win->icon;
|
| H A D | otp.c | 97 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 D | ctwm_main.c | 1325 scr->workSpaceMgr.occupyWindow->icon_name = "Occupy Window Icon"; 1328 scr->workSpaceMgr.icon_name = "WorkSpaceManager Icon"; 1338 SETFONT(Icon, NICE);
|
| H A D | ewmh.c | 952 Icon *icon = twm_win->icon;
|
| H A D | event_handlers.c | 341 * Icon managers don't do anything with focus events on themselves, 1133 Icon *icon; 1837 Icon *icon = Tmp_win->icon;
|
| H A D | CHANGES.md | 354 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 D | principles.adoc | 145 == 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 D | ctwm.1.adoc | 725 Icon "top_left_arrow" 1490 "Emacs Icon Manager" "WorkSpaceManager" 1491 "TWM Icon Manager" "XDaliClock"
|
Completed in 22 milliseconds