wxPropertyGrid
|
Property representing image file(name). More...
#include <advprops.h>
Public Member Functions | |
virtual void | OnSetValue () |
This virtual function is called after m_value has been set. | |
wxImageFileProperty (const wxString &label=wxPG_LABEL, const wxString &name=wxPG_LABEL, const wxString &value=wxEmptyString) | |
Protected Attributes | |
wxBitmap * | m_pBitmap |
wxImage * | m_pImage |
Property representing image file(name).
virtual void wxImageFileProperty::OnSetValue | ( | ) | [virtual] |
This virtual function is called after m_value has been set.
Reimplemented from wxFileProperty.