![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXDirSelector.h>
Inheritance diagram for FX::FXDirSelector:
Public Methods | |
FXDirSelector (FXComposite *p, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=0, FXint x=0, FXint y=0, FXint w=0, FXint h=0) | |
Constructor. | |
FXButton * | acceptButton () const |
Return a pointer to the "Accept" button. | |
FXButton * | cancelButton () const |
Return a pointer to the "Cancel" button. | |
void | setDirectory (const FXString &path) |
Change directory. | |
FXString | getDirectory () const |
Return directory. | |
void | setDirBoxStyle (FXuint style) |
Change Directory List style. | |
FXuint | getDirBoxStyle () const |
Return Directory List style. | |
virtual void | save (FXStream &store) const |
Save to stream. | |
virtual void | load (FXStream &store) |
Load from stream. | |
virtual | ~FXDirSelector () |
Destructor. |