void frmContactEditor::AddCategory( wxCommandEvent& event )
{
+ // Bring up the window to add a category.
+
int intResult = 0;
frmContactEditorCategory *frameCECategory = new frmContactEditorCategory ( this );
void frmContactEditor::ModifyCategory( wxCommandEvent& event )
{
+ // Bring up the window to edit a category.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteCategory( wxCommandEvent& event )
{
+ // Bring up the window to delete the category.
+
long longSelected = -1;
int intSelectedData = 0;