Searched refs:folderbuttons (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xmh/dist/ |
| H A D | folder.c | 297 if (scrnList[i]->folderbuttons) { 302 button = BBoxFindButtonNamed(scrnList[i]->folderbuttons, 308 BBoxAddButton(scrnList[i]->folderbuttons, name, 452 if (scrnList[i]->folderbuttons) { 468 ( BBoxFindButtonNamed( scrnList[i]->folderbuttons, 474 (BBoxFindButtonNamed( scrnList[i]->folderbuttons, 481 && (BBoxNumButtons(scrnList[i]->folderbuttons)) 778 if ((button = BBoxFindButton(scrn->folderbuttons, w)) == NULL) 828 if ((button = BBoxFindButton(scrn->folderbuttons, w)) == NULL)
|
| H A D | xmh.h | 117 ButtonBox folderbuttons; /* Folder buttons. */ member in struct:_ScrnRec
|
| H A D | screen.c | 209 scrn->folderbuttons = BBoxCreate(scrn, "folders"); 229 buttonbox = scrn->folderbuttons; 329 BBoxLockSize(scrn->folderbuttons);
|
| H A D | bbox.c | 125 if (buttonbox == buttonbox->scrn->folderbuttons) {
|
| H A D | tocfuncs.c | 62 (BBoxIsGrandparent(scrn->folderbuttons, w))) /* w is a folder menu */ 720 BBoxMailFlag(scrn->folderbuttons, TocName(toc), False);
|
| H A D | toc.c | 272 BBoxMailFlag(scrn->folderbuttons, TocName(toc),
|
Completed in 11 milliseconds