25 #include "FXDialogBox.h" 31 class FXFileAssociations;
46 static const FXchar sectionName[];
65 void setDirectory(
const FXString& path);
71 void setPattern(
const FXString& ptrn);
77 FXuint getMatchMode()
const;
80 void setMatchMode(FXuint mode);
83 FXbool showFiles()
const;
86 void showFiles(FXbool showing);
89 FXbool showHiddenFiles()
const;
92 void showHiddenFiles(FXbool showing);
95 void setDirBoxStyle(FXuint style);
98 FXuint getDirBoxStyle()
const;
110 virtual void save(
FXStream& store)
const;
DialogBox window.
Definition: FXDialogBox.h:37
Window is the base class for all widgets in FOX.
Definition: FXWindow.h:130
The Directory Selector widget is the reusable mega-widget component which is the core of the Director...
Definition: FXDirSelector.h:44
The Application object is the central point of a FOX user-interface.
Definition: FXApp.h:134
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:81
Definition: FX4Splitter.h:28
The FileAssociations object manages file associations between a file extension and a FileAssoc record...
Definition: FXFileAssociations.h:101
A Directory Dialog provides a way to select a directory.
Definition: FXDirDialog.h:41
FXString provides essential string manipulation capabilities in FOX.
Definition: FXString.h:42