Searched refs:fWindowContextMenu (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/tracker/
H A DContainerWindow.cpp374 fWindowContextMenu(NULL),
568 delete fWindowContextMenu;
569 fWindowContextMenu = NULL;
659 fWindowContextMenu = new BPopUpMenu("WindowContext", false, false);
660 AddWindowContextMenus(fWindowContextMenu);
707 delete fWindowContextMenu;
708 fWindowContextMenu = new BPopUpMenu("WindowContext", false, false);
709 fWindowContextMenu->SetFont(be_plain_font);
710 AddWindowContextMenus(fWindowContextMenu);
2663 } else if (fWindowContextMenu !
[all...]
H A DContainerWindow.h295 BPopUpMenu* fWindowContextMenu; member in class:BPrivate::BContainerWindow
H A DFilePanelPriv.cpp1137 fContextMenu = fWindowContextMenu;

Completed in 97 milliseconds