Searched refs:folderbuttons (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xmh/dist/
H A Dfolder.c297 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 Dxmh.h117 ButtonBox folderbuttons; /* Folder buttons. */ member in struct:_ScrnRec
H A Dscreen.c209 scrn->folderbuttons = BBoxCreate(scrn, "folders");
229 buttonbox = scrn->folderbuttons;
329 BBoxLockSize(scrn->folderbuttons);
H A Dbbox.c125 if (buttonbox == buttonbox->scrn->folderbuttons) {
H A Dtocfuncs.c62 (BBoxIsGrandparent(scrn->folderbuttons, w))) /* w is a folder menu */
720 BBoxMailFlag(scrn->folderbuttons, TocName(toc), False);
H A Dtoc.c272 BBoxMailFlag(scrn->folderbuttons, TocName(toc),

Completed in 11 milliseconds