Returns the description for this object or a child.
| 230 | |
| 231 | // Returns the description for this object or a child. |
| 232 | wxAccStatus TrackPanelAx::GetDescription( int WXUNUSED(childId), wxString *description ) |
| 233 | { |
| 234 | description->clear(); |
| 235 | |
| 236 | return wxACC_OK; |
| 237 | } |
| 238 | |
| 239 | // Returns help text for this object or a child, similar to tooltip text. |
| 240 | wxAccStatus TrackPanelAx::GetHelpText( int WXUNUSED(childId), wxString *helpText ) |