| 3951 | } |
| 3952 | |
| 3953 | void AFDataArrayTableCtrl::ShowButtons(bool b) |
| 3954 | { |
| 3955 | m_showButtons = b; |
| 3956 | m_btnCopy->Show(m_showButtons); |
| 3957 | m_btnPaste->Show(m_showButtons); |
| 3958 | m_btnImport->Show(m_showButtons); |
| 3959 | m_btnExport->Show(m_showButtons); |
| 3960 | this->Layout(); |
| 3961 | } |
| 3962 | |
| 3963 | bool AFDataArrayTableCtrl::ShowButtons() |
| 3964 | { |
no test coverage detected