Searched refs:fpopenPanel (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/translation/inspector/
H A DImageWindow.h47 BFilePanel *fpopenPanel; member in class:ImageWindow
H A DImageWindow.cpp118 fpopenPanel = new BFilePanel(B_OPEN_PANEL, &messenger, NULL, 0L, false,
126 delete fpopenPanel;
127 fpopenPanel = NULL;
135 fpopenPanel->Window()->SetWorkspaces(B_CURRENT_WORKSPACE);
136 fpopenPanel->Show();

Completed in 59 milliseconds