HomeSort by: relevance | last modified time | path
    Searched defs:icon_name (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
occupation.h 18 char *icon_name; member in struct:OccupyWindow
iconmgr.h 51 char *icon_name; member in struct:IconMgr
60 IconMgr *AllocateIconManager(char *name, char *geom, char *icon_name,
icons.c 584 LookInNameList(Scr->NoIconTitle, tmp_win->icon_name) ||
597 tmp_win->icon_name, strlen(tmp_win->icon_name),
988 len = strlen(tmp_win->icon_name);
990 tmp_win->icon_name, len,
1003 tmp_win->icon_name, len,
1011 icon->y, tmp_win->icon_name, len);
1172 if((pattern = LookPatternInNameList(Scr->IconNames, win->icon_name))) {
1251 LookInNameList(Scr->NoIconTitle, win->icon_name) ||
1276 win->icon_name, strlen(win->icon_name)
1380 char *icon_name = NULL; local
    [all...]
workspace_structs.h 61 char *icon_name; member in struct:WorkSpaceMgr
iconmgr.c 151 char *icon_name; local
155 if(p->icon_name) {
156 icon_name = strdup(p->icon_name);
159 asprintf(&icon_name, "%s Icons", p->name);
166 clhints.res_name = icon_name;
169 XmbSetWMProperties(dpy, p->w, imname, icon_name, NULL, 0, NULL,
171 free(icon_name);
259 * icon_name - the name of the associated icon
266 IconMgr *AllocateIconManager(char *name, char *icon_name, char *geom
    [all...]
twm_window_struct.h 108 char *icon_name; ///< Current icon name. Points into TwmWindow::names. member in struct:TwmWindow
112 /// TwmWindow::name and TwmWindow::icon_name point to the currently
workspace_manager.c 467 const char *icon_name = Scr->workSpaceMgr.icon_name; local
485 XmbSetWMProperties(dpy, vs->wsw->w, name, icon_name, NULL, 0,
1129 WMapRedrawWindow(w, W0, H0, wl->cp, wl->twm_win->icon_name);
1219 wl->twm_win->icon_name);
2004 WMapRedrawWindow(wl->w, wl->width, wl->height, cp, wl->twm_win->icon_name);
  /xsrc/external/mit/twm/dist/src/
iconmgr.h 67 const char *icon_name; member in struct:IconMgr
79 extern IconMgr *AllocateIconManager(char *name, char *icon_name, char *geom,
icons.c 337 char *icon_name; local
340 icon_name = LookInNameList(Scr->IconNames, tmp_win->full_name);
341 if (icon_name == NULL)
342 icon_name = LookInList(Scr->IconNames, tmp_win->full_name,
346 if (icon_name != NULL) {
349 icon_name)) == None) {
350 if ((bm = GetBitmap(icon_name)) != None)
351 AddToList(&Scr->Icons, icon_name, (char *) bm);
401 char *icon_name; local
404 icon_name = LookInNameList(Scr->IconNames, tmp_win->full_name)
    [all...]
iconmgr.c 63 const char *icon_name; local
98 if (p->icon_name)
99 icon_name = p->icon_name;
101 icon_name = str1;
103 XSetStandardProperties(dpy, p->w, str, icon_name, None, NULL, 0, NULL);
123 AllocateIconManager(char *name, char *icon_name, char *geom, int columns)
129 fprintf(stderr, " name=\"%s\" icon_name=\"%s\", geom=\"%s\", col=%d\n",
130 name, icon_name ? icon_name : "<null>", geom, columns)
    [all...]
twm.h 262 char *icon_name; /* name of the icon */ member in struct:TwmWindow
  /xsrc/external/mit/xterm/dist/
data.h 146 char *icon_name; member in struct:XTERM_RESOURCE
Tekproc.c 1685 char *icon_name = NULL; local
1690 args[0].value = (XtArgVal) & icon_name;
1698 if (IsEmpty(icon_name)) {
1699 icon_name = empty_string;
1702 TRACE(("TekShell title='%s', iconName='%s'\n", title, icon_name));
1703 tek_icon_name = XtMalloc((Cardinal) strlen(icon_name) + 7);
1704 strcpy(tek_icon_name, icon_name);
util.c 977 static char *icon_name; local
980 {XtNiconName, (XtArgVal) & icon_name}
983 icon_name = NULL;
985 return icon_name;
996 char *icon_name = getIconName(); local
997 if (icon_name != NULL) {
999 ChangeIconName(xw, icon_name);
1054 char *icon_name = getIconName(); local
1056 if (icon_name != NULL) {
1057 char *buf = malloc(strlen(icon_name) + 1)
    [all...]
  /xsrc/external/mit/xlsclients/dist/
xlsclients.c 468 xcb_get_property_cookie_t icon_name; member in struct:__anon184
482 xcb_get_property_reply_t *icon_name = NULL; local
495 icon_name = xcb_get_property_reply(cs->c, cs->icon_name, NULL);
518 if (icon_name && icon_name->type)
519 print_text_field (cs->c, " Icon Name: ", icon_name);
571 if (icon_name)
572 free(icon_name);
605 cs->icon_name = xcb_get_property(dpy, 0, w
    [all...]
  /xsrc/external/mit/libXt/dist/include/X11/
ShellP.h 287 char *icon_name; member in struct:__anon6029
  /xsrc/external/mit/libXt/dist/src/
Shell.c 557 Offset(topLevel.icon_name), XtRString, (XtPointer) NULL},
1071 tls->topLevel.icon_name != NULL &&
1072 strlen(tls->topLevel.icon_name) != 0) {
1073 w->wm.title = XtNewString(tls->topLevel.icon_name);
1096 if (w->topLevel.icon_name == NULL) {
1097 w->topLevel.icon_name = XtNewString(w->core.name);
1100 w->topLevel.icon_name = XtNewString(w->topLevel.icon_name);
1460 XTextProperty icon_name; local
1494 (char **) &tlshell->topLevel.icon_name,
2540 XTextProperty icon_name; local
2557 XSetWMIconName(XtDisplay(newW), XtWindow(newW), &icon_name); local
    [all...]

Completed in 29 milliseconds