Property that manages a list of strings. More...
#include <props.h>
Public Member Functions | |
| virtual wxArrayEditorDialog * | CreateEditorDialog () |
| virtual void | GenerateValueAsString () |
| virtual bool | OnButtonClick (wxPropertyGrid *propgrid, wxWindow *primary, const wxChar *cbt) |
| virtual bool | OnCustomStringEdit (wxWindow *parent, wxString &value) |
| virtual void | OnSetValue () |
| This virtual function is called after m_value has been set. | |
| wxArrayStringProperty (const wxString &label=wxPG_LABEL, const wxString &name=wxPG_LABEL, const wxArrayString &value=wxArrayString()) | |
Protected Attributes | |
| wxString | m_display |
Property that manages a list of strings.
| virtual void wxArrayStringProperty::OnSetValue | ( | ) | [virtual] |
This virtual function is called after m_value has been set.
Reimplemented from wxPGProperty.
1.6.3