HomeSort by: relevance | last modified time | path
    Searched refs:Icons (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/twm/dist/src/
icons.c 37 #include "icons.h"
348 (Pixmap) (void *) LookInNameList(Scr->Icons,
351 AddToList(&Scr->Icons, icon_name, (char *) bm);
376 * was not in the Icons list, now check the WM hints for an icon
412 (Pixmap) (void *) LookInNameList(Scr->Icons,
415 AddToList(&Scr->Icons, icon_name, (char *) bm);
screen.h 78 name_list *Icons; /* list of icon pixmaps */
224 short DoZoom; /* zoom in and out of icons */
  /xsrc/external/mit/ctwm/dist/
screen.h 252 /// Utility window for animated icons
283 MenuRoot *Icons; ///< f.menu TwmIcons
399 /// Specialized border colors for icons. From IconBorderColor config
457 * Various configurations for how icons get displayed and laid out.
464 /// How icons are laid out horizontally inside a region. From
468 /// How icons are laid out vertically inside a region. From
563 /// Stash of OTP info about icons on the screen. \copydetails OTP
582 /// the icons for. \sa ScreenInfo.NoIconTitlebar
608 /// Icons config var. Manually specified icons for particula
    [all...]
menus.c 42 #include "icons.h"
679 Scr->Icons = tmp;
761 (menu == Scr->Icons) ||
1144 (menu == Scr->Icons) ||
1152 bool all, icons, visible_, allicons; /* visible, allicons: local
1159 icons = (menu == Scr->Icons);
1174 else if(menu == Scr->Icons) {
1175 AddToMenu(menu, "TWM Icons", NULL, NULL, F_TITLE, NULL, NULL);
1181 AddToMenu(menu, "TWM All Icons", NULL, NULL, F_TITLE, NULL, NULL)
    [all...]

Completed in 22 milliseconds