Configuration methods
| 438 | |
| 439 | // Configuration methods |
| 440 | void CClickWindowController::InitDefaults() |
| 441 | { |
| 442 | SetFastMode (false); |
| 443 | SetDesign (CClickWindowController::NORMAL); |
| 444 | //SetDockingMode(CClickWindowController::TOP_DOCKING); |
| 445 | SetLocation (CClickWindowController::TOP_DOCKED); |
| 446 | SetAutohide(false); |
| 447 | //m_status= CClickWindowController::HIDDEN; |
| 448 | } |
| 449 | |
| 450 | void CClickWindowController::WriteProfileData(wxConfigBase* pConfObj) |
| 451 | { |
nothing calls this directly
no outgoing calls
no test coverage detected