DirDialog Class Reference

Inheritance diagram for DirDialog:

Dialog Window EvtHandler wxObject IDisposable

List of all members.

Public Types

enum  { wxDD_NEW_DIR_BUTTON = 0x0080 }
enum  { wxDD_DEFAULT_STYLE = (wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxDD_NEW_DIR_BUTTON) }

Public Member Functions

 this (IntPtr wxobj)
 this (Window parent, string title=wxDirSelectorPromptStr, string defaultPath="", int style=wxDD_DEFAULT_STYLE, Point pos=wxDefaultPosition, Size size=wxDefaultSize, string name=wxDirDialogNameStr)
void Path (string value)
string Path ()
void Message (string value)
string Message ()
override int ShowModal ()
void Style (int value)
int Style ()

Public Attributes

const string wxDirSelectorPromptStr = "Select a directory"
const string wxDirDialogNameStr = "DirDialog"


Member Enumeration Documentation

anonymous enum

Enumerator:
wxDD_NEW_DIR_BUTTON 

anonymous enum

Enumerator:
wxDD_DEFAULT_STYLE 


Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from Dialog.

this ( Window  parent,
string  title = wxDirSelectorPromptStr,
string  defaultPath = "",
int  style = wxDD_DEFAULT_STYLE,
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
string  name = wxDirDialogNameStr 
)


Member Function Documentation

void Path ( string  value  ) 

string Path (  ) 

void Message ( string  value  ) 

string Message (  ) 

override int ShowModal (  ) 

Reimplemented from Dialog.

void Style ( int  value  ) 

int Style (  ) 


Member Data Documentation

const string wxDirSelectorPromptStr = "Select a directory"

const string wxDirDialogNameStr = "DirDialog"


The documentation for this class was generated from the following file:
Generated on Sun Feb 1 21:30:23 2009 for wxD by  doxygen 1.5.4