:
frmContactEditorTimezonesADT( parent )
{
+
+ // Setup the window.
+
EditorMode = FALSE;
sliPriority->Disable();
+
}
void frmContactEditorTimezones::EnablePriority( wxCommandEvent& event )
{
+
+ // Enable/disable the priority setting.
+
if (chkUsePref->IsChecked()){
sliPriority->Enable();
} else {
void frmContactEditorTimezones::ProcessAction( wxCommandEvent& event )
{
+
+ // Process action.
long ListCtrlIndex;
void frmContactEditorTimezones::CloseWindow( wxCommandEvent& event )
{
+
+ // Close this window.
+
this->Close();
}