![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXDirDialog.h>
Inheritance diagram for FX::FXDirDialog:

Public Member Functions | |
| FXDirDialog (FXWindow *owner, const FXString &name, FXuint opts=0, FXint x=0, FXint y=0, FXint w=400, FXint h=300) | |
| void | setDirectory (const FXString &path) |
| FXString | getDirectory () const |
| void | setDirBoxStyle (FXuint style) |
| FXuint | getDirBoxStyle () const |
| virtual void | save (FXStream &store) const |
| virtual void | load (FXStream &store) |
| virtual | ~FXDirDialog () |
|
||||||||||||||||||||||||||||||||
|
Construct Directory Dialog Box.
|
|
|
Destructor.
|
|
|
Change directory.
|
|
|
Return directory.
|
|
|
Change Directory List style.
|
|
|
Return Directory List style.
|
|
|
Save to stream.
Reimplemented from FX::FXTopWindow. |
|
|
Load from stream.
Reimplemented from FX::FXTopWindow. |
|
|