BFilePanel: allow to change the node flavors

There doesn't seem to be anything ini the implementation that would
cause a problem, as long as you don't try to change this while the
window is already open.
This commit is contained in:
Adrien Destugues
2014-12-04 09:26:49 +01:00
parent 14c42c3783
commit 529cd177b5
4 changed files with 13 additions and 2 deletions
+1
View File
@@ -67,6 +67,7 @@ class BFilePanel {
void SetRefFilter(BRefFilter* filter);
void SetSaveText(const char* text);
void SetButtonLabel(file_panel_button button, const char* label);
void SetNodeFlavors(uint32 flavors);
void SetPanelDirectory(const BEntry* newDirectory);
void SetPanelDirectory(const BDirectory* newDirectory);