Searched refs:fContainerWindow (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerApplication.h40 ContainerWindow *fContainerWindow; member in class:ContainerApplication
H A DContainerApplication.cpp18 fContainerWindow = NULL;
26 fContainerWindow = new ContainerWindow(fStream);
111 fContainerWindow -> Lock();
113 fContainerWindow->EnableRemoveButton(value); // Only when XShelf.. is running
114 fContainerWindow->EnableTestButton(value); // Buttons are enabled
115 fContainerWindow -> Unlock();
123 if ( !value && fContainerWindow->Lock() ) fContainerWindow -> QuitRequested();

Completed in 78 milliseconds