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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user