Like wxLongStringProperty, but the button triggers dir selector instead. More...
#include <props.h>
Public Member Functions | |
virtual bool | OnButtonClick (wxPropertyGrid *propGrid, wxString &value) |
wxDirProperty (const wxString &name=wxPG_LABEL, const wxString &label=wxPG_LABEL, const wxString &value=wxEmptyString) | |
virtual | ~wxDirProperty () |
Protected Attributes | |
wxString | m_dlgMessage |
Like wxLongStringProperty, but the button triggers dir selector instead.
Supported special attributes:
Definition at line 840 of file props.h.
wxDirProperty::wxDirProperty | ( | const wxString & | name = wxPG_LABEL , |
|
const wxString & | label = wxPG_LABEL , |
|||
const wxString & | value = wxEmptyString | |||
) |
virtual wxDirProperty::~wxDirProperty | ( | ) | [virtual] |
virtual bool wxDirProperty::OnButtonClick | ( | wxPropertyGrid * | propGrid, | |
wxString & | value | |||
) | [virtual] |
Reimplemented from wxLongStringProperty.
wxString wxDirProperty::m_dlgMessage [protected] |