void frmContactEditor::AddPicture( wxCommandEvent& event )
{
+ // Bring up window for adding a picture.
+
int intResult = 0;
frmContactEditorPicture *frameCEPicture = new frmContactEditorPicture ( this );
void frmContactEditor::ModifyPicture( wxCommandEvent& event )
{
+ // Bring up window for modifying a picture.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeletePicture( wxCommandEvent& event )
{
+ // Bring up window for deleting a picture.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::LoadPicture( wxListEvent& event )
{
+ // Load the picture.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::SavePicture( wxCommandEvent &event )
{
+ // Save the picture to a file.
+
long longSelected = -1;
int intSelectedData = 0;