Kaydet (Commit) 44b9d8a5 authored tarafından Malte Timmermann [mt]'s avatar Malte Timmermann [mt]

added some accessible releations in extensions/source/dbpilots/groupboxwiz

üst fcb659ae
......@@ -238,6 +238,9 @@ namespace dbp
m_aExistingRadios.EnableMultiSelection(sal_True);
getDialog()->defaultButton(&m_aMoveRight);
m_aExistingRadios.SetAccessibleRelationMemberOf(&m_aExistingRadios);
m_aExistingRadios.SetAccessibleRelationLabeledBy(&m_aExistingRadiosLabel);
}
//---------------------------------------------------------------------
......@@ -368,6 +371,8 @@ namespace dbp
announceControls(m_aDefSelYes, m_aDefSelNo, m_aDefSelection);
m_aDefSelection.SetDropDownLineCount(10);
m_aDefSelection.SetAccessibleRelationLabeledBy( &m_aDefSelYes );
m_aDefSelection.SetAccessibleRelationMemberOf(&m_aDefaultSelectionLabel);
}
//---------------------------------------------------------------------
......@@ -418,6 +423,9 @@ namespace dbp
FreeResource();
m_aOptions.SetSelectHdl(LINK(this, OOptionValuesPage, OnOptionSelected));
m_aOptions.SetAccessibleRelationMemberOf(&m_aOptions);
m_aOptions.SetAccessibleRelationLabeledBy(&m_aOptionsLabel);
}
//---------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment