| 412 | } |
| 413 | |
| 414 | void CParameterApp::SetDockListActiveShowToolBar(bool bEnable) |
| 415 | { |
| 416 | if(m_bDockListActiveShowToolBar == bEnable) |
| 417 | return; |
| 418 | m_bDockListActiveShowToolBar = bEnable; |
| 419 | SetModified(true); |
| 420 | } |
| 421 | |
| 422 | const bool CParameterApp::GetDockListRecentShowToolBar() const |
| 423 | { |